1
1
-i https://pypi.org/simple
2
2
attrs==22.1.0; python_version >= '3.5'
3
- aws-cdk-lib==2.43.1 ; python_version ~= '3.7'
3
+ aws-cdk-lib==2.44.0 ; python_version ~= '3.7'
4
4
aws-cdk.aws-lambda-python-alpha==2.39.1a0; python_version ~= '3.7'
5
5
-e ./cdk
6
- boto3==1.24.81 ; python_version >= '3.7'
7
- botocore==1.27.81 ; python_version >= '3.7'
8
- cattrs==22.1.0; python_version >= '3.7' and python_version < '4.0 '
9
- cdk-nag==2.18.22 ; python_version ~= '3.7'
6
+ boto3==1.24.82 ; python_version >= '3.7'
7
+ botocore==1.27.82 ; python_version >= '3.7'
8
+ cattrs==22.1.0; python_version >= '3.7' and python_version < '4'
9
+ cdk-nag==2.18.23 ; 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
14
colorama==0.4.5; python_version >= '3.5'
15
- constructs==10.1.114 ; python_version ~= '3.7'
15
+ constructs==10.1.116 ; python_version ~= '3.7'
16
16
coverage[toml]==6.4.4; python_version >= '3.7'
17
17
distlib==0.3.6
18
18
exceptiongroup==1.0.0rc9; python_version < '3.11'
@@ -29,13 +29,13 @@ iniconfig==1.1.1
29
29
isort==5.10.1
30
30
jinja2==3.1.2; python_version >= '3.7'
31
31
jmespath==1.0.1; python_version >= '3.7'
32
- jsii==1.68 .0; python_version ~= '3.7'
32
+ jsii==1.69 .0; python_version ~= '3.7'
33
33
mando==0.6.4
34
34
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.3.1 ; python_version >= '3.6 '
38
+ mkdocs==1.4.0 ; python_version >= '3.7 '
39
39
mkdocs-git-revision-date-plugin==0.3.2
40
40
mkdocs-material==8.5.3
41
41
mkdocs-material-extensions==1.0.3; python_version >= '3.6'
@@ -52,16 +52,16 @@ pygments==2.13.0; python_version >= '3.6'
52
52
pymdown-extensions==9.5; python_version >= '3.7'
53
53
pyparsing==3.0.9; python_full_version >= '3.6.8'
54
54
pytest==7.1.3
55
- pytest-cov==3 .0.0
55
+ pytest-cov==4 .0.0
56
56
pytest-html==3.1.1
57
- pytest-metadata==2.0.2; python_version >= '3.7' and python_version < '4.0 '
58
- pytest-mock==3.8.2
57
+ pytest-metadata==2.0.2; python_version >= '3.7' and python_version < '4'
58
+ pytest-mock==3.9.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.0 '
64
+ requests==2.28.1; python_version >= '3.7' and python_version < '4'
65
65
s3transfer==0.6.0; python_version >= '3.7'
66
66
-e ./cdk
67
67
setuptools==65.4.0; python_version >= '3.7'
@@ -71,15 +71,15 @@ toml==0.10.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2,
71
71
tomli==2.0.1; python_version >= '3.7'
72
72
typeguard==2.13.3; python_full_version >= '3.5.3'
73
73
typing-extensions==4.3.0; python_version >= '3.7'
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_version < '4'
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
75
virtualenv==20.16.5; 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.8.1; python_version >= '3.7'
80
80
aws-lambda-powertools==1.29.2
81
81
aws-xray-sdk==2.10.0
82
- dnspython==2.2.1; python_version >= '3.6' and python_version < '4'
82
+ dnspython==2.2.1; python_version >= '3.6' and python_full_version < '4.0.0 '
83
83
email-validator==1.3.0
84
84
fastjsonschema==2.16.2
85
85
pydantic[email]==1.10.2
0 commit comments