Skip to content

Commit

Permalink
Merge pull request #895 from openedx/repo-tools/upgrade-python-requir…
Browse files Browse the repository at this point in the history
…ements-d482cb5

chore: Upgrade Python requirements
  • Loading branch information
macdiesel authored Jul 30, 2024
2 parents d482cb5 + f542391 commit 0cf7bf3
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 28 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ requests==2.32.3
# social-auth-core
requests-oauthlib==2.0.0
# via social-auth-core
rpds-py==0.19.0
rpds-py==0.19.1
# via
# jsonschema
# referencing
Expand Down
16 changes: 6 additions & 10 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ edx-drf-extensions==10.3.0
# -r requirements/quality.txt
# -r requirements/test.txt
# edx-rbac
edx-i18n-tools==1.6.0
edx-i18n-tools==1.6.2
# via -r requirements/dev.in
edx-lint==5.3.7
# via
Expand Down Expand Up @@ -444,12 +444,8 @@ kombu==5.3.7
# -r requirements/quality.txt
# -r requirements/test.txt
# celery
lxml[html-clean,html_clean]==5.2.2
# via
# edx-i18n-tools
# lxml-html-clean
lxml-html-clean==0.1.1
# via lxml
lxml==5.2.2
# via edx-i18n-tools
markupsafe==2.1.5
# via
# -r requirements/quality.txt
Expand Down Expand Up @@ -500,7 +496,7 @@ packaging==24.1
# pyproject-api
# pytest
# tox
path==16.14.0
path==16.16.0
# via edx-i18n-tools
pbr==6.0.0
# via
Expand Down Expand Up @@ -616,7 +612,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/test.txt
# pytest-cov
Expand Down Expand Up @@ -689,7 +685,7 @@ responses==0.25.3
# via
# -r requirements/dev.in
# -r requirements/test.txt
rpds-py==0.19.0
rpds-py==0.19.1
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down
18 changes: 9 additions & 9 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
accessible-pygments==0.0.5
# via pydata-sphinx-theme
alabaster==0.7.16
alabaster==1.0.0
# via sphinx
algoliasearch==3.0.0
# via -r requirements/test.txt
Expand Down Expand Up @@ -479,7 +479,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 @@ -542,7 +542,7 @@ responses==0.25.3
# via -r requirements/test.txt
restructuredtext-lint==1.4.0
# via doc8
rpds-py==0.19.0
rpds-py==0.19.1
# via
# -r requirements/test.txt
# jsonschema
Expand Down Expand Up @@ -593,24 +593,24 @@ social-auth-core==4.5.4
# social-auth-app-django
soupsieve==2.5
# via beautifulsoup4
sphinx==7.4.7
sphinx==8.0.2
# via
# -r requirements/doc.in
# pydata-sphinx-theme
# 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.1.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 @@ -384,7 +384,7 @@ requests-oauthlib==2.0.0
# via
# -r requirements/base.txt
# social-auth-core
rpds-py==0.19.0
rpds-py==0.19.1
# via
# -r requirements/base.txt
# jsonschema
Expand Down
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ requests-oauthlib==2.0.0
# via
# -r requirements/base.txt
# 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/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,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 @@ -468,7 +468,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 @@ -560,7 +560,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 @@ -628,7 +628,7 @@ requests-oauthlib==2.0.0
# social-auth-core
responses==0.25.3
# via -r requirements/test.txt
rpds-py==0.19.0
rpds-py==0.19.1
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down

0 comments on commit 0cf7bf3

Please sign in to comment.