Skip to content

Commit

Permalink
Merge pull request #161 from openedx/jenkins/upgrade-python-requireme…
Browse files Browse the repository at this point in the history
…nts-e91fdb1

Python Requirements Update
  • Loading branch information
UsamaSadiq authored Feb 20, 2024
2 parents e91fdb1 + 8256cd7 commit 30357de
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ tomli==2.0.1
# -r requirements/tox.txt
# pyproject-api
# tox
tox==4.12.1
tox==4.13.0
# via -r requirements/tox.txt
urllib3==2.2.0
urllib3==2.2.1
# via requests
virtualenv==20.25.0
# via
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
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.34.40
boto3==1.34.45
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.40
botocore==1.34.45
# via
# -r requirements/test.txt
# boto3
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ asgiref==3.7.2
# via django
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.40
boto3==1.34.45
# via fs-s3fs
botocore==1.34.40
botocore==1.34.45
# via
# boto3
# s3transfer
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.12.1
tox==4.13.0
# via -r requirements/tox.in
virtualenv==20.25.0
# via tox

0 comments on commit 30357de

Please sign in to comment.