1
1
-i https://pypi.org/simple
2
2
attrs==22.1.0; python_version >= '3.5'
3
- aws-cdk-lib==2.47 .0; python_version ~= '3.7'
3
+ aws-cdk-lib==2.50 .0; python_version ~= '3.7'
4
4
aws-cdk.aws-lambda-python-alpha==2.47.0a0; python_version ~= '3.7'
5
- boto3==1.24.96
6
- botocore==1.27.96 ; python_version >= '3.7'
5
+ boto3==1.26.0
6
+ botocore==1.29.0 ; python_version >= '3.7'
7
7
cattrs==22.2.0; python_version >= '3.7'
8
8
-e ./cdk
9
- cdk-nag==2.19.0 ; python_version ~= '3.7'
9
+ cdk-nag==2.19.10 ; python_version ~= '3.7'
10
10
certifi==2022.9.24; python_version >= '3.6'
11
11
cfgv==3.3.1; python_full_version >= '3.6.1'
12
12
charset-normalizer==2.1.1; python_version >= '3.6'
13
13
click==8.1.3; python_version >= '3.7'
14
- colorama==0.4.5 ; python_version >= '3.5'
15
- constructs==10.1.138 ; python_version ~= '3.7'
14
+ colorama==0.4.6 ; python_version >= '3.5'
15
+ constructs==10.1.147 ; python_version ~= '3.7'
16
16
coverage[toml]==6.5.0; python_version >= '3.7'
17
17
distlib==0.3.6
18
- exceptiongroup==1.0.0rc9 ; python_version < '3.11'
18
+ exceptiongroup==1.0.0 ; python_version < '3.11'
19
19
filelock==3.8.0; python_version >= '3.7'
20
20
flake8==5.0.4
21
21
future==0.18.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
22
22
ghp-import==2.1.0
23
23
gitdb==4.0.9; python_version >= '3.6'
24
24
gitpython==3.1.29
25
- identify==2.5.6 ; python_version >= '3.7'
25
+ identify==2.5.8 ; python_version >= '3.7'
26
26
idna==3.4; python_version >= '3.5'
27
27
importlib-metadata==5.0.0; python_version < '3.10'
28
28
iniconfig==1.1.1
@@ -35,7 +35,7 @@ markdown==3.3.7; python_version >= '3.6'
35
35
markupsafe==2.1.1; python_version >= '3.7'
36
36
mccabe==0.7.0; python_version >= '3.6'
37
37
mergedeep==1.3.4; python_version >= '3.6'
38
- mkdocs==1.4.1 ; python_version >= '3.7'
38
+ mkdocs==1.4.2 ; python_version >= '3.7'
39
39
mkdocs-git-revision-date-plugin==0.3.2
40
40
mkdocs-material==8.5.7
41
41
mkdocs-material-extensions==1.1; python_version >= '3.7'
@@ -51,33 +51,33 @@ pyflakes==2.5.0; python_version >= '3.6'
51
51
pygments==2.13.0; python_version >= '3.6'
52
52
pymdown-extensions==9.7; python_version >= '3.7'
53
53
pyparsing==3.0.9; python_full_version >= '3.6.8'
54
- pytest==7.1.3
54
+ pytest==7.2.0
55
55
pytest-cov==4.0.0
56
- pytest-html==3.1.1
57
- pytest-metadata==2.0.2 ; python_version >= '3.7' and python_version < '4'
56
+ pytest-html==3.2.0
57
+ pytest-metadata==2.0.4 ; python_version >= '3.7' and python_version < '4.0 '
58
58
pytest-mock==3.10.0
59
59
python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
60
60
python-dotenv==0.21.0
61
61
pyyaml==6.0; python_version >= '3.6'
62
62
pyyaml-env-tag==0.1; python_version >= '3.6'
63
63
radon==5.1.0
64
- requests==2.28.1; python_version >= '3.7' and python_version < '4'
64
+ requests==2.28.1; python_version >= '3.7' and python_version < '4.0 '
65
65
s3transfer==0.6.0; python_version >= '3.7'
66
66
-e ./cdk
67
67
setuptools==65.5.0; python_version >= '3.7'
68
68
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
69
69
smmap==5.0.0; python_version >= '3.6'
70
70
toml==0.10.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
71
- tomli==2.0.1; python_version >= '3.7 '
71
+ tomli==2.0.1; python_version < '3.11 '
72
72
typeguard==2.13.3; python_full_version >= '3.5.3'
73
73
typing-extensions==4.4.0; python_version >= '3.7'
74
74
urllib3==1.26.12; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' and python_full_version < '4.0.0'
75
- virtualenv==20.16.5 ; python_version >= '3.6'
75
+ virtualenv==20.16.6 ; python_version >= '3.6'
76
76
watchdog==2.1.9; python_version >= '3.6'
77
77
xenon==0.9.0
78
78
yapf==0.32.0
79
79
zipp==3.10.0; python_version >= '3.7'
80
- aws-lambda-powertools[all]==2.0 .0
80
+ aws-lambda-powertools[all]==2.1 .0
81
81
aws-xray-sdk==2.10.0
82
82
fastjsonschema==2.16.2
83
83
pydantic==1.10.2
0 commit comments