Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Requirements Update #282

Merged
merged 1 commit into from
Feb 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#
boto==2.49.0
# via google-compute-engine
boto3==1.34.41
boto3==1.34.44
# via -r requirements/base.in
botocore==1.34.41
botocore==1.34.44
# via
# -r requirements/base.in
# boto3
Expand Down
6 changes: 4 additions & 2 deletions requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ importlib-metadata==7.0.1
# via build
packaging==23.2
# via build
pip-tools==7.3.0
pip-tools==7.4.0
# via -r requirements/pip_tools.in
pyproject-hooks==1.0.0
# via build
# via
# build
# pip-tools
tomli==2.0.1
# via
# build
Expand Down
18 changes: 8 additions & 10 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@ attrs==23.2.0
# jsonschema
# referencing
# sarif-om
aws-sam-translator==1.84.0
aws-sam-translator==1.85.0
# via cfn-lint
aws-xray-sdk==2.12.1
# via moto
boto==2.49.0
# via
# -r requirements/base.txt
# google-compute-engine
boto3==1.34.41
boto3==1.34.44
# via
# -r requirements/base.txt
# aws-sam-translator
# moto
botocore==1.34.41
botocore==1.34.44
# via
# -r requirements/base.txt
# aws-xray-sdk
Expand All @@ -38,11 +38,11 @@ certifi==2024.2.2
# via requests
cffi==1.16.0
# via cryptography
cfn-lint==0.85.1
cfn-lint==0.85.2
# via moto
charset-normalizer==3.3.2
# via requests
cryptography==42.0.2
cryptography==42.0.3
# via
# moto
# python-jose
Expand Down Expand Up @@ -161,7 +161,7 @@ pyasn1==0.5.1
# rsa
pycparser==2.21
# via cffi
pycurl==7.45.2
pycurl==7.45.3
# via pyresttest
pydantic==2.6.1
# via aws-sam-translator
Expand All @@ -173,17 +173,15 @@ pyparsing==3.1.1
# via moto
pyresttest==1.7.1
# via -r requirements/test.in
pytest==8.0.0
pytest==8.0.1
# via -r requirements/test.in
python-dateutil==2.8.2
# via
# -r requirements/base.txt
# botocore
# moto
python-jose[cryptography]==3.3.0
# via
# moto
# python-jose
# via moto
pyyaml==6.0.1
# via
# cfn-lint
Expand Down