Skip to content

Commit

Permalink
Merge pull request #279 from edx/jenkins/upgrade-python-requirements-…
Browse files Browse the repository at this point in the history
…c058a83

Python Requirements Update
  • Loading branch information
UsamaSadiq authored Feb 14, 2024
2 parents c058a83 + f5b4c8e commit fdbbee2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
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.36
boto3==1.34.41
# via -r requirements/base.in
botocore==1.34.36
botocore==1.34.41
# via
# -r requirements/base.in
# boto3
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.42.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r requirements/pip.in
setuptools==69.0.3
setuptools==69.1.0
# via -r requirements/pip.in
10 changes: 5 additions & 5 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.36
boto3==1.34.41
# via
# -r requirements/base.txt
# aws-sam-translator
# moto
botocore==1.34.36
botocore==1.34.41
# 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.0
cfn-lint==0.85.1
# via moto
charset-normalizer==3.3.2
# via requests
Expand Down Expand Up @@ -204,11 +204,11 @@ requests==2.31.0
# jsonschema-path
# moto
# responses
responses==0.24.1
responses==0.25.0
# via moto
rfc3339-validator==0.1.4
# via openapi-schema-validator
rpds-py==0.17.1
rpds-py==0.18.0
# via
# jsonschema
# referencing
Expand Down

0 comments on commit fdbbee2

Please sign in to comment.