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 #288

Closed
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
6 changes: 3 additions & 3 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.51
boto3==1.34.56
# via -r requirements/base.in
botocore==1.34.51
botocore==1.34.56
# via
# -r requirements/base.in
# boto3
Expand All @@ -26,7 +26,7 @@ jmespath==1.0.1
# botocore
markupsafe==2.1.5
# via jinja2
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via botocore
s3transfer==0.10.0
# via boto3
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.0.3
build==1.1.1
# via pip-tools
click==8.1.7
# via pip-tools
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ boto==2.49.0
# via
# -r requirements/base.txt
# google-compute-engine
boto3==1.34.51
boto3==1.34.56
# via
# -r requirements/base.txt
# aws-sam-translator
# moto
botocore==1.34.51
botocore==1.34.56
# via
# -r requirements/base.txt
# aws-xray-sdk
Expand All @@ -38,7 +38,7 @@ certifi==2024.2.2
# via requests
cffi==1.16.0
# via cryptography
cfn-lint==0.85.3
cfn-lint==0.86.0
# via moto
charset-normalizer==3.3.2
# via requests
Expand Down Expand Up @@ -175,7 +175,7 @@ pyresttest==1.7.1
# via -r requirements/test.in
pytest==8.0.2
# via -r requirements/test.in
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via
# -r requirements/base.txt
# botocore
Expand Down