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 Jul 30, 2024
1 parent 1aef843 commit bd31574
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -204,11 +204,11 @@ web-fragments==2.2.0
# via xblock
webob==1.8.7
# via xblock
xblock==4.0.1
xblock==5.0.0
# via -r requirements/base.in

# The following packages are considered to be unsafe in a requirements file:
setuptools==71.1.0
setuptools==72.1.0
# via
# -r requirements/base.in
# fs
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ edx-django-utils==5.14.2
# openedx-events
edx-drf-extensions==10.3.0
# via -r requirements/base.in
edx-i18n-tools==1.6.0
edx-i18n-tools==1.6.1
# via -r requirements/dev.in
edx-lint==5.3.7
# via
Expand Down Expand Up @@ -204,7 +204,7 @@ lxml[html-clean]==5.2.2
# edx-i18n-tools
# lxml-html-clean
# xblock
lxml-html-clean==0.1.1
lxml-html-clean==0.2.0
# via lxml
mako==1.3.5
# via xblock
Expand Down Expand Up @@ -237,7 +237,7 @@ packaging==24.1
# pyproject-api
# pytest
# tox
path==16.14.0
path==17.0.0
# via edx-i18n-tools
pbr==6.0.0
# via stevedore
Expand Down Expand Up @@ -302,7 +302,7 @@ pyproject-hooks==1.1.0
# via
# build
# pip-tools
pytest==8.3.1
pytest==8.3.2
# via
# pytest-cov
# pytest-django
Expand Down Expand Up @@ -413,7 +413,7 @@ wheel==0.43.0
# via
# -r requirements/quality.in
# pip-tools
xblock==4.0.1
xblock==5.0.0
# via -r requirements/base.in
zipp==3.19.2
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ pymongo==3.13.0
# event-tracking
pynacl==1.5.0
# via edx-django-utils
pytest==8.3.1
pytest==8.3.2
# via
# pytest-cov
# pytest-django
Expand Down Expand Up @@ -306,7 +306,7 @@ web-fragments==2.2.0
# via xblock
webob==1.8.7
# via xblock
xblock==4.0.1
xblock==5.0.0
# via -r requirements/base.in
zipp==3.19.2
# via importlib-metadata
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.43.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.1.2
pip==24.2
# via -r requirements/pip.in
setuptools==71.1.0
setuptools==72.1.0
# via -r requirements/pip.in
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ pymongo==3.13.0
# event-tracking
pynacl==1.5.0
# via edx-django-utils
pytest==8.3.1
pytest==8.3.2
# via
# pytest-cov
# pytest-django
Expand Down Expand Up @@ -347,15 +347,15 @@ webob==1.8.7
# via xblock
wheel==0.43.0
# via -r requirements/quality.in
xblock==4.0.1
xblock==5.0.0
# via -r requirements/base.in
zipp==3.19.2
# via
# importlib-metadata
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
setuptools==71.1.0
setuptools==72.1.0
# via
# -r requirements/base.in
# fs
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ pymongo==3.13.0
# event-tracking
pynacl==1.5.0
# via edx-django-utils
pytest==8.3.1
pytest==8.3.2
# via
# pytest-cov
# pytest-django
Expand Down Expand Up @@ -236,7 +236,7 @@ web-fragments==2.2.0
# via xblock
webob==1.8.7
# via xblock
xblock==4.0.1
xblock==5.0.0
# via -r requirements/base.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit bd31574

Please sign in to comment.