Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
UsamaSadiq authored Feb 22, 2024
2 parents a2fad3a + 9f820e5 commit add81d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.44
boto3==1.34.46
# via -r requirements/base.in
botocore==1.34.44
botocore==1.34.46
# via
# -r requirements/base.in
# boto3
Expand Down
6 changes: 3 additions & 3 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.44
boto3==1.34.46
# via
# -r requirements/base.txt
# aws-sam-translator
# moto
botocore==1.34.44
botocore==1.34.46
# via
# -r requirements/base.txt
# aws-xray-sdk
Expand Down Expand Up @@ -94,7 +94,7 @@ jsondiff==2.0.0
# via moto
jsonpatch==1.33
# via cfn-lint
jsonpickle==3.0.2
jsonpickle==3.0.3
# via jschema-to-python
jsonpointer==2.4
# via jsonpatch
Expand Down

0 comments on commit add81d3

Please sign in to comment.