Skip to content

Commit 2294030

Browse files
authored
chore: update pip (#362)
1 parent 5ceda3a commit 2294030

File tree

3 files changed

+66
-66
lines changed

3 files changed

+66
-66
lines changed

Pipfile.lock

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

dev_requirements.txt

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
-i https://pypi.org/simple
22
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'
44
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'
77
cattrs==22.2.0; python_version >= '3.7'
88
-e ./cdk
9-
cdk-nag==2.19.0; python_version ~= '3.7'
9+
cdk-nag==2.19.10; python_version ~= '3.7'
1010
certifi==2022.9.24; python_version >= '3.6'
1111
cfgv==3.3.1; python_full_version >= '3.6.1'
1212
charset-normalizer==2.1.1; python_version >= '3.6'
1313
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'
1616
coverage[toml]==6.5.0; python_version >= '3.7'
1717
distlib==0.3.6
18-
exceptiongroup==1.0.0rc9; python_version < '3.11'
18+
exceptiongroup==1.0.0; python_version < '3.11'
1919
filelock==3.8.0; python_version >= '3.7'
2020
flake8==5.0.4
2121
future==0.18.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
2222
ghp-import==2.1.0
2323
gitdb==4.0.9; python_version >= '3.6'
2424
gitpython==3.1.29
25-
identify==2.5.6; python_version >= '3.7'
25+
identify==2.5.8; python_version >= '3.7'
2626
idna==3.4; python_version >= '3.5'
2727
importlib-metadata==5.0.0; python_version < '3.10'
2828
iniconfig==1.1.1
@@ -35,7 +35,7 @@ markdown==3.3.7; python_version >= '3.6'
3535
markupsafe==2.1.1; python_version >= '3.7'
3636
mccabe==0.7.0; python_version >= '3.6'
3737
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'
3939
mkdocs-git-revision-date-plugin==0.3.2
4040
mkdocs-material==8.5.7
4141
mkdocs-material-extensions==1.1; python_version >= '3.7'
@@ -51,33 +51,33 @@ pyflakes==2.5.0; python_version >= '3.6'
5151
pygments==2.13.0; python_version >= '3.6'
5252
pymdown-extensions==9.7; python_version >= '3.7'
5353
pyparsing==3.0.9; python_full_version >= '3.6.8'
54-
pytest==7.1.3
54+
pytest==7.2.0
5555
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'
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'
6868
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
6969
smmap==5.0.0; python_version >= '3.6'
7070
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'
7272
typeguard==2.13.3; python_full_version >= '3.5.3'
7373
typing-extensions==4.4.0; python_version >= '3.7'
7474
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'
7676
watchdog==2.1.9; python_version >= '3.6'
7777
xenon==0.9.0
7878
yapf==0.32.0
7979
zipp==3.10.0; python_version >= '3.7'
80-
aws-lambda-powertools[all]==2.0.0
80+
aws-lambda-powertools[all]==2.1.0
8181
aws-xray-sdk==2.10.0
8282
fastjsonschema==2.16.2
8383
pydantic==1.10.2

lambda_requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-i https://pypi.org/simple
2-
aws-lambda-powertools[all]==2.0.0
2+
aws-lambda-powertools[all]==2.1.0
33
aws-xray-sdk==2.10.0
4-
botocore==1.27.96; python_version >= '3.7'
4+
botocore==1.29.0; python_version >= '3.7'
55
fastjsonschema==2.16.2
66
jmespath==1.0.1; python_version >= '3.7'
77
pydantic==1.10.2

0 commit comments

Comments
 (0)