Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
UsamaSadiq authored Feb 19, 2024
2 parents 74fc82a + e6daad4 commit a2fad3a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 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.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

0 comments on commit a2fad3a

Please sign in to comment.