Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Commit

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

Python Requirements Update
  • Loading branch information
feanil committed Aug 14, 2023
2 parents a0fc962 + 154d697 commit e266b16
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ appdirs==1.4.4
# via fs
asgiref==3.7.2
# via django
boto3==1.28.20
boto3==1.28.25
# via fs-s3fs
botocore==1.31.20
botocore==1.31.25
# via
# boto3
# s3transfer
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.1
# via -r requirements/ci.in
virtualenv==20.24.2
virtualenv==20.24.3
# via tox
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ bleach==6.0.0
# readme-renderer
bok-choy==0.7.1
# via -r requirements/test.txt
boto3==1.28.20
boto3==1.28.25
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.31.20
botocore==1.31.25
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -204,7 +204,7 @@ pillow==10.0.0
# via
# -r requirements/test.txt
# needle
pip-tools==7.2.0
pip-tools==7.3.0
# via -r requirements/pip-tools.txt
platformdirs==3.10.0
# via
Expand Down Expand Up @@ -365,7 +365,7 @@ urllib3==1.26.16
# -r requirements/test.txt
# botocore
# requests
virtualenv==20.24.2
virtualenv==20.24.3
# via
# -r requirements/ci.txt
# tox
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
tornado==6.3.2
tornado==6.3.3
# via livereload
typing-extensions==4.7.1
# via pydata-sphinx-theme
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ click==8.1.6
# via pip-tools
packaging==23.1
# via build
pip-tools==7.2.0
pip-tools==7.3.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ bok-choy==0.7.1
# via
# -c requirements/constraints.txt
# -r requirements/test.in
boto3==1.28.20
boto3==1.28.25
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.31.20
botocore==1.31.25
# via
# -r requirements/base.txt
# boto3
Expand Down

0 comments on commit e266b16

Please sign in to comment.