Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Upgrade Python requirements #309

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm.. I think this update should wait until edx-platform is using xblock==5.x.

# 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
Loading