Skip to content

Commit

Permalink
chore: Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Jun 17, 2024
1 parent 8bd6a64 commit d41e3e2
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 26 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# django
boto3==1.34.122
boto3==1.34.127
# via fs-s3fs
botocore==1.34.122
botocore==1.34.127
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -48,7 +48,7 @@ markupsafe==2.1.5
# xblock
openedx-django-pyfs==3.6.0
# via xblock
openedx-filters==1.8.1
openedx-filters==1.9.0
# via -r requirements/base.in
python-dateutil==2.9.0.post0
# via
Expand Down
12 changes: 6 additions & 6 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.34.122
boto3==1.34.127
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.122
botocore==1.34.127
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -131,7 +131,7 @@ exceptiongroup==1.2.1
# via
# -r requirements/test.txt
# pytest
filelock==3.14.0
filelock==3.15.1
# via
# -r requirements/tox.txt
# tox
Expand Down Expand Up @@ -232,7 +232,7 @@ mdurl==0.1.2
# markdown-it-py
mock==5.1.0
# via -r requirements/test.txt
more-itertools==10.2.0
more-itertools==10.3.0
# via
# -r requirements/test.txt
# jaraco-classes
Expand All @@ -245,7 +245,7 @@ openedx-django-pyfs==3.6.0
# via
# -r requirements/test.txt
# xblock
openedx-filters==1.8.1
openedx-filters==1.9.0
# via -r requirements/test.txt
packaging==24.1
# via
Expand Down Expand Up @@ -275,7 +275,7 @@ pluggy==1.5.0
# -r requirements/tox.txt
# pytest
# tox
pycodestyle==2.11.1
pycodestyle==2.12.0
# via -r requirements/test.txt
pycparser==2.22
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -r requirements/base.txt
# django
boto3==1.34.122
boto3==1.34.127
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.122
botocore==1.34.127
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -76,7 +76,7 @@ openedx-django-pyfs==3.6.0
# via
# -r requirements/base.txt
# xblock
openedx-filters==1.8.1
openedx-filters==1.9.0
# via -r requirements/base.txt
path==16.14.0
# via edx-i18n-tools
Expand Down
6 changes: 3 additions & 3 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# django
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
boto3==1.34.122
boto3==1.34.127
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.122
botocore==1.34.127
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -96,7 +96,7 @@ openedx-django-pyfs==3.6.0
# via
# -r requirements/base.txt
# xblock
openedx-filters==1.8.1
openedx-filters==1.9.0
# via -r requirements/base.txt
packaging==24.1
# via
Expand Down
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# django
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.122
boto3==1.34.127
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.122
botocore==1.34.127
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -142,7 +142,7 @@ mccabe==0.7.0
# via pylint
mdurl==0.1.2
# via markdown-it-py
more-itertools==10.2.0
more-itertools==10.3.0
# via
# jaraco-classes
# jaraco-functools
Expand All @@ -152,15 +152,15 @@ openedx-django-pyfs==3.6.0
# via
# -r requirements/base.txt
# xblock
openedx-filters==1.8.1
openedx-filters==1.9.0
# via -r requirements/base.txt
pbr==6.0.0
# via stevedore
pkginfo==1.11.1
# via twine
platformdirs==4.2.2
# via pylint
pycodestyle==2.11.1
pycodestyle==2.12.0
# via -r requirements/quality.in
pycparser==2.22
# via cffi
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# django
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.122
boto3==1.34.127
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.122
botocore==1.34.127
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -154,7 +154,7 @@ mdurl==0.1.2
# via markdown-it-py
mock==5.1.0
# via -r requirements/test.in
more-itertools==10.2.0
more-itertools==10.3.0
# via
# jaraco-classes
# jaraco-functools
Expand All @@ -164,7 +164,7 @@ openedx-django-pyfs==3.6.0
# via
# -r requirements/base.txt
# xblock
openedx-filters==1.8.1
openedx-filters==1.9.0
# via -r requirements/base.txt
packaging==24.1
# via pytest
Expand All @@ -176,7 +176,7 @@ platformdirs==4.2.2
# via pylint
pluggy==1.5.0
# via pytest
pycodestyle==2.11.1
pycodestyle==2.12.0
# via -r requirements/test.in
pycparser==2.22
# via cffi
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ colorama==0.4.6
# via tox
distlib==0.3.8
# via virtualenv
filelock==3.14.0
filelock==3.15.1
# via
# tox
# virtualenv
Expand Down

0 comments on commit d41e3e2

Please sign in to comment.