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

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
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ requests-oauthlib==2.0.0
# via
# getsmarter-api-clients
# social-auth-core
rpds-py==0.19.0
rpds-py==0.19.1
# via
# jsonschema
# referencing
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,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
Expand Down Expand Up @@ -485,7 +485,7 @@ pyproject-hooks==1.1.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.3.1
pytest==8.3.2
# via
# -r requirements/validation.txt
# pytest-cov
Expand Down Expand Up @@ -566,7 +566,7 @@ rich==13.7.1
# via
# -r requirements/validation.txt
# twine
rpds-py==0.19.0
rpds-py==0.19.1
# via
# -r requirements/validation.txt
# jsonschema
Expand Down
14 changes: 7 additions & 7 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ pyproject-api==1.7.1
# tox
pyproject-hooks==1.1.0
# via build
pytest==8.3.1
pytest==8.3.2
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -530,7 +530,7 @@ rfc3986==2.0.0
# via twine
rich==13.7.1
# via twine
rpds-py==0.19.0
rpds-py==0.19.1
# via
# -r requirements/test.txt
# jsonschema
Expand Down Expand Up @@ -578,17 +578,17 @@ sphinx==7.4.7
# sphinx-book-theme
sphinx-book-theme==1.1.3
# via -r requirements/doc.in
sphinxcontrib-applehelp==1.0.8
sphinxcontrib-applehelp==2.0.0
# via sphinx
sphinxcontrib-devhelp==1.0.6
sphinxcontrib-devhelp==2.0.0
# via sphinx
sphinxcontrib-htmlhelp==2.0.6
sphinxcontrib-htmlhelp==2.1.0
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.8
sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==1.1.10
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
sqlparse==0.5.1
# via
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.0.0
# via -r requirements/pip.in
2 changes: 1 addition & 1 deletion requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ requests-oauthlib==2.0.0
# -r requirements/base.txt
# getsmarter-api-clients
# social-auth-core
rpds-py==0.19.0
rpds-py==0.19.1
# via
# -r requirements/base.txt
# jsonschema
Expand Down
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ pyproject-api==1.7.1
# via
# -r requirements/test.txt
# tox
pytest==8.3.1
pytest==8.3.2
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -501,7 +501,7 @@ rfc3986==2.0.0
# via twine
rich==13.7.1
# via twine
rpds-py==0.19.0
rpds-py==0.19.1
# via
# -r requirements/test.txt
# jsonschema
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ pynacl==1.5.0
# edx-django-utils
pyproject-api==1.7.1
# via tox
pytest==8.3.1
pytest==8.3.2
# via
# pytest-cov
# pytest-django
Expand Down Expand Up @@ -414,7 +414,7 @@ requests-oauthlib==2.0.0
# social-auth-core
responses==0.25.3
# via -r requirements/test.in
rpds-py==0.19.0
rpds-py==0.19.1
# via
# -r requirements/base.txt
# jsonschema
Expand Down
4 changes: 2 additions & 2 deletions requirements/validation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ pyproject-api==1.7.1
# -r requirements/quality.txt
# -r requirements/test.txt
# tox
pytest==8.3.1
pytest==8.3.2
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -645,7 +645,7 @@ rich==13.7.1
# via
# -r requirements/quality.txt
# twine
rpds-py==0.19.0
rpds-py==0.19.1
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down
Loading