Skip to content

Commit adfe58d

Browse files
authored
chore: update pip (#55)
1 parent 639bffd commit adfe58d

File tree

3 files changed

+68
-68
lines changed

3 files changed

+68
-68
lines changed

Pipfile.lock

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

dev_requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
-i https://pypi.org/simple
22
-e ./cdk
33
attrs==21.4.0
4-
aws-cdk-lib==2.24.1
4+
aws-cdk-lib==2.25.0
55
aws-cdk.aws-lambda-python-alpha==2.24.1a0
6-
boto3==1.23.4
7-
botocore==1.26.4
6+
boto3==1.23.9
7+
botocore==1.26.9
88
cattrs==1.10.0
99
certifi==2022.5.18.1
1010
cfgv==3.3.1
1111
charset-normalizer==2.0.12 ; python_version >= '3'
1212
click==8.1.3
1313
colorama==0.4.4 ; python_version > '3.4'
14-
constructs==10.1.12
15-
coverage[toml]==6.3.3
14+
constructs==10.1.19
15+
coverage[toml]==6.4
1616
distlib==0.3.4
1717
filelock==3.7.0
1818
flake8==4.0.1
@@ -22,7 +22,7 @@ gitdb==4.0.9
2222
gitpython==3.1.27
2323
identify==2.5.1
2424
idna==3.3
25-
importlib-metadata==4.11.3 ; python_version < '3.10'
25+
importlib-metadata==4.11.4 ; python_version < '3.10'
2626
iniconfig==1.1.1
2727
isort==5.10.1
2828
jinja2==3.1.2

lambda_requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
-i https://pypi.org/simple
22
aws-lambda-powertools==1.26.0
33
aws-xray-sdk==2.9.0
4-
boto3==1.23.4
5-
botocore==1.26.4
4+
boto3==1.23.9
5+
botocore==1.26.9
66
dnspython==2.2.1
77
email-validator==1.2.1
88
fastjsonschema==2.15.3

0 commit comments

Comments
 (0)