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 d860376 commit c302e6d
Show file tree
Hide file tree
Showing 10 changed files with 133 additions and 41 deletions.
13 changes: 9 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
Expand All @@ -10,6 +10,10 @@ asgiref==3.8.1
# via
# django
# django-countries
backports-zoneinfo==0.2.1
# via
# django
# djangorestframework
certifi==2024.7.4
# via requests
cffi==1.16.0
Expand Down Expand Up @@ -111,7 +115,7 @@ edx-django-utils==5.14.2
# edx-toggles
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/base.in
edx-opaque-keys==2.10.0
# via
Expand All @@ -134,7 +138,7 @@ lxml[html-clean,html_clean]==5.2.2
# via
# edx-i18n-tools
# lxml-html-clean
lxml-html-clean==0.1.1
lxml-html-clean==0.2.0
# via lxml
markupsafe==2.1.5
# via jinja2
Expand All @@ -144,7 +148,7 @@ oauthlib==3.2.2
# via
# requests-oauthlib
# social-auth-core
path==16.14.0
path==17.0.0
# via
# edx-i18n-tools
# path-py
Expand Down Expand Up @@ -222,6 +226,7 @@ text-unidecode==1.3
# via python-slugify
typing-extensions==4.12.2
# via
# asgiref
# django-countries
# edx-opaque-keys
urllib3==1.26.19
Expand Down
46 changes: 30 additions & 16 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
#
-e git+https://github.com/openedx/pinax-announcements.git@60a3fdf171b520d8593a9b2190d1c01a6614ab59#egg=pinax-announcements
# via -r requirements/base.txt
accessible-pygments==0.0.5
accessible-pygments==0.0.4
# via pydata-sphinx-theme
alabaster==0.7.16
alabaster==0.7.13
# via sphinx
asgiref==3.8.1
# via
Expand All @@ -19,6 +19,11 @@ babel==2.15.0
# via
# pydata-sphinx-theme
# sphinx
backports-zoneinfo==0.2.1
# via
# -r requirements/base.txt
# django
# djangorestframework
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
certifi==2024.7.4
Expand Down Expand Up @@ -117,7 +122,7 @@ dnspython==2.6.1
# via
# -r requirements/base.txt
# pymongo
docutils==0.21.2
docutils==0.19
# via
# pydata-sphinx-theme
# sphinx
Expand All @@ -141,7 +146,7 @@ edx-django-utils==5.14.2
# edx-toggles
edx-drf-extensions==10.3.0
# via -r requirements/base.txt
edx-i18n-tools==1.6.0
edx-i18n-tools==1.6.1
# via -r requirements/base.txt
edx-opaque-keys==2.10.0
# via
Expand All @@ -158,6 +163,10 @@ idna==3.7
# requests
imagesize==1.4.1
# via sphinx
importlib-metadata==6.11.0
# via
# -c requirements/common_constraints.txt
# sphinx
jinja2==3.1.4
# via
# -r requirements/base.txt
Expand All @@ -172,7 +181,7 @@ lxml[html-clean]==5.2.2
# -r requirements/base.txt
# edx-i18n-tools
# lxml-html-clean
lxml-html-clean==0.1.1
lxml-html-clean==0.2.0
# via
# -r requirements/base.txt
# lxml
Expand All @@ -193,7 +202,7 @@ packaging==24.1
# via
# pydata-sphinx-theme
# sphinx
path==16.14.0
path==17.0.0
# via
# -r requirements/base.txt
# edx-i18n-tools
Expand All @@ -216,7 +225,7 @@ pycparser==2.22
# via
# -r requirements/base.txt
# cffi
pydata-sphinx-theme==0.15.4
pydata-sphinx-theme==0.14.4
# via sphinx-book-theme
pygments==2.18.0
# via
Expand Down Expand Up @@ -248,7 +257,9 @@ python3-openid==3.2.0
# -r requirements/base.txt
# social-auth-core
pytz==2024.1
# via -r requirements/base.txt
# via
# -r requirements/base.txt
# babel
pyyaml==6.0.1
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -296,24 +307,24 @@ social-auth-core==4.5.4
# social-auth-app-django
soupsieve==2.5
# via beautifulsoup4
sphinx==7.4.7
sphinx==6.2.1
# via
# -r requirements/doc.in
# pydata-sphinx-theme
# sphinx-book-theme
sphinx-book-theme==1.1.3
sphinx-book-theme==1.0.1
# via -r requirements/doc.in
sphinxcontrib-applehelp==1.0.8
sphinxcontrib-applehelp==1.0.4
# via sphinx
sphinxcontrib-devhelp==1.0.6
sphinxcontrib-devhelp==1.0.2
# via sphinx
sphinxcontrib-htmlhelp==2.0.6
sphinxcontrib-htmlhelp==2.0.1
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.8
sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.10
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
sqlparse==0.5.1
# via
Expand All @@ -332,6 +343,7 @@ text-unidecode==1.3
typing-extensions==4.12.2
# via
# -r requirements/base.txt
# asgiref
# django-countries
# edx-opaque-keys
# pydata-sphinx-theme
Expand All @@ -340,6 +352,8 @@ urllib3==1.26.19
# -c requirements/constraints.txt
# -r requirements/base.txt
# requests
zipp==3.19.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools
7 changes: 6 additions & 1 deletion requirements/github.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
Expand Down Expand Up @@ -45,6 +45,11 @@ pyproject-api==1.7.1
# via
# -r requirements/tox.txt
# tox
tomli==2.0.1
# via
# -r requirements/tox.txt
# pyproject-api
# tox
tox==4.16.0
# via -r requirements/tox.txt
virtualenv==20.26.3
Expand Down
43 changes: 38 additions & 5 deletions requirements/local.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
Expand All @@ -16,6 +16,11 @@ astroid==3.2.4
# -r requirements/test.txt
# pylint
# pylint-celery
backports-zoneinfo==0.2.1
# via
# -r requirements/test.txt
# django
# djangorestframework
build==1.2.1
# via
# -r requirements/pip_tools.txt
Expand Down Expand Up @@ -176,7 +181,7 @@ edx-django-utils==5.14.2
# edx-toggles
edx-drf-extensions==10.3.0
# via -r requirements/test.txt
edx-i18n-tools==1.6.0
edx-i18n-tools==1.6.1
# via -r requirements/test.txt
edx-lint==5.3.7
# via -r requirements/test.txt
Expand All @@ -189,6 +194,10 @@ edx-rest-api-client==5.7.1
# via -r requirements/test.txt
edx-toggles==5.2.0
# via -r requirements/test.txt
exceptiongroup==1.2.2
# via
# -r requirements/test.txt
# pytest
filelock==3.15.4
# via
# -r requirements/tox.txt
Expand All @@ -200,6 +209,11 @@ idna==3.7
# via
# -r requirements/test.txt
# requests
importlib-metadata==6.11.0
# via
# -c requirements/common_constraints.txt
# -r requirements/pip_tools.txt
# build
iniconfig==2.0.0
# via
# -r requirements/test.txt
Expand All @@ -221,7 +235,7 @@ lxml[html-clean]==5.2.2
# -r requirements/test.txt
# edx-i18n-tools
# lxml-html-clean
lxml-html-clean==0.1.1
lxml-html-clean==0.2.0
# via
# -r requirements/test.txt
# lxml
Expand Down Expand Up @@ -253,7 +267,7 @@ packaging==24.1
# pyproject-api
# pytest
# tox
path==16.14.0
path==17.0.0
# via
# -r requirements/test.txt
# edx-i18n-tools
Expand Down Expand Up @@ -340,7 +354,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 @@ -423,6 +437,18 @@ text-unidecode==1.3
# via
# -r requirements/test.txt
# python-slugify
tomli==2.0.1
# via
# -r requirements/pip_tools.txt
# -r requirements/test.txt
# -r requirements/tox.txt
# build
# coverage
# pip-tools
# pylint
# pyproject-api
# pytest
# tox
tomlkit==0.13.0
# via
# -r requirements/test.txt
Expand All @@ -432,8 +458,11 @@ tox==4.16.0
typing-extensions==4.12.2
# via
# -r requirements/test.txt
# asgiref
# astroid
# django-countries
# edx-opaque-keys
# pylint
urllib3==1.26.19
# via
# -c requirements/constraints.txt
Expand All @@ -447,6 +476,10 @@ wheel==0.43.0
# via
# -r requirements/pip_tools.txt
# pip-tools
zipp==3.19.2
# via
# -r requirements/pip_tools.txt
# importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
2 changes: 1 addition & 1 deletion requirements/optional.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
Expand Down
6 changes: 3 additions & 3 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
Expand All @@ -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
12 changes: 11 additions & 1 deletion requirements/pip_tools.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
Expand All @@ -8,6 +8,10 @@ build==1.2.1
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==6.11.0
# via
# -c requirements/common_constraints.txt
# build
packaging==24.1
# via build
pip-tools==7.4.1
Expand All @@ -16,8 +20,14 @@ pyproject-hooks==1.1.0
# via
# build
# pip-tools
tomli==2.0.1
# via
# build
# pip-tools
wheel==0.43.0
# via pip-tools
zipp==3.19.2
# via importlib-metadata

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

0 comments on commit c302e6d

Please sign in to comment.