Skip to content

Commit cbe9fd9

Browse files
authored
chore: upgrade cdk (#343)
1 parent 99199b6 commit cbe9fd9

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

Pipfile.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cdk/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
'aws-cdk-lib>=2.0.0',
2626
'constructs>=10.0.0',
2727
'cdk-nag>2.0.0',
28-
'aws-cdk.aws-lambda-python-alpha==2.44.0-alpha.0',
28+
'aws-cdk.aws-lambda-python-alpha==2.47.0-alpha.0',
2929
],
3030
)

dev_requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-i https://pypi.org/simple
22
attrs==22.1.0; python_version >= '3.5'
33
aws-cdk-lib==2.47.0; python_version ~= '3.7'
4-
aws-cdk.aws-lambda-python-alpha==2.44.0a0; python_version ~= '3.7'
4+
aws-cdk.aws-lambda-python-alpha==2.47.0a0; python_version ~= '3.7'
55
boto3==1.24.96
66
botocore==1.27.96; python_version >= '3.7'
77
cattrs==22.2.0; python_version >= '3.7'
@@ -54,14 +54,14 @@ pyparsing==3.0.9; python_full_version >= '3.6.8'
5454
pytest==7.1.3
5555
pytest-cov==4.0.0
5656
pytest-html==3.1.1
57-
pytest-metadata==2.0.2; python_version >= '3.7' and python_version < '4'
57+
pytest-metadata==2.0.2; python_version >= '3.7' and python_version < '4.0'
5858
pytest-mock==3.10.0
5959
python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
6060
python-dotenv==0.21.0
6161
pyyaml==6.0; python_version >= '3.6'
6262
pyyaml-env-tag==0.1; python_version >= '3.6'
6363
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'
6565
s3transfer==0.6.0; python_version >= '3.7'
6666
-e ./cdk
6767
setuptools==65.5.0; python_version >= '3.7'
@@ -71,7 +71,7 @@ toml==0.10.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2,
7171
tomli==2.0.1; python_version >= '3.7'
7272
typeguard==2.13.3; python_full_version >= '3.5.3'
7373
typing-extensions==4.4.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_full_version < '4.0.0'
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'
7575
virtualenv==20.16.5; python_version >= '3.6'
7676
watchdog==2.1.9; python_version >= '3.6'
7777
xenon==0.9.0

lambda_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ pydantic==1.10.2
77
python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
88
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
99
typing-extensions==4.4.0; python_version >= '3.7'
10-
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'
10+
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'
1111
wrapt==1.14.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'

0 commit comments

Comments
 (0)