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 Dec 20, 2024
1 parent da0da7a commit 9fc594b
Show file tree
Hide file tree
Showing 6 changed files with 76 additions and 144 deletions.
14 changes: 3 additions & 11 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.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand All @@ -10,20 +10,12 @@ babel==2.16.0
# via
# -r requirements/base.in
# enmerkar
backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# django
django==4.2.16
django==4.2.17
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
# enmerkar
enmerkar==0.7.1
# via -r requirements/base.in
pytz==2024.1
# via babel
sqlparse==0.5.1
sqlparse==0.5.3
# via django
typing-extensions==4.12.2
# via asgiref
60 changes: 21 additions & 39 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
#
alabaster==0.7.13
alabaster==1.0.0
# via sphinx
asgiref==3.8.1
# via django
Expand All @@ -13,49 +13,41 @@ babel==2.16.0
# -r requirements/base.in
# enmerkar
# sphinx
backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# django
certifi==2024.8.30
certifi==2024.12.14
# via requests
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
coverage[toml]==7.6.1
coverage[toml]==7.6.9
# via
# -r requirements/test.in
# pytest-cov
# python-coveralls
django==4.2.16
django==4.2.17
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
# enmerkar
docutils==0.20.1
docutils==0.21.2
# via sphinx
enmerkar==0.7.1
# via -r requirements/base.in
exceptiongroup==1.2.2
# via pytest
execnet==2.1.1
# via pytest-cache
flake8==7.1.1
# via -r requirements/test.in
idna==3.8
idna==3.10
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==8.4.0
# via sphinx
iniconfig==2.0.0
# via pytest
jinja2==3.1.4
# via sphinx
markupsafe==2.1.5
markupsafe==3.0.2
# via jinja2
mccabe==0.7.0
# via flake8
packaging==24.1
packaging==24.2
# via
# pytest
# sphinx
Expand All @@ -71,7 +63,7 @@ pyflakes==3.2.0
# pytest-flakes
pygments==2.18.0
# via sphinx
pytest==8.3.2
pytest==8.3.4
# via
# -r requirements/test.in
# pytest-cache
Expand All @@ -80,49 +72,39 @@ pytest==8.3.2
# pytest-pep8
pytest-cache==1.0
# via pytest-pep8
pytest-cov==5.0.0
pytest-cov==6.0.0
# via -r requirements/test.in
pytest-flakes==4.0.5
# via -r requirements/test.in
pytest-pep8==1.0.6
# via -r requirements/test.in
python-coveralls==2.9.3
# via -r requirements/test.in
pytz==2024.1
# via babel
pyyaml==6.0.2
# via python-coveralls
requests==2.32.3
# via
# python-coveralls
# sphinx
six==1.16.0
six==1.17.0
# via python-coveralls
snowballstemmer==2.2.0
# via sphinx
sphinx==7.1.2
sphinx==8.1.3
# via -r requirements/test.in
sphinxcontrib-applehelp==1.0.4
sphinxcontrib-applehelp==2.0.0
# via sphinx
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-devhelp==2.0.0
# via sphinx
sphinxcontrib-htmlhelp==2.0.1
sphinxcontrib-htmlhelp==2.1.0
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
sqlparse==0.5.1
sqlparse==0.5.3
# via django
tomli==2.0.1
# via
# coverage
# pytest
typing-extensions==4.12.2
# via asgiref
urllib3==2.2.2
urllib3==2.2.3
# via requests
zipp==3.20.1
# via importlib-metadata
18 changes: 5 additions & 13 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
@@ -1,31 +1,23 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
#
build==1.2.1
build==1.2.2.post1
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==8.4.0
# via build
packaging==24.1
packaging==24.2
# via build
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.1.0
# via
# build
# pip-tools
tomli==2.0.1
pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.44.0
wheel==0.45.1
# via pip-tools
zipp==3.20.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
10 changes: 6 additions & 4 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
#
wheel==0.44.0
wheel==0.45.1
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via -r requirements/pip.in
setuptools==74.1.2
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
setuptools==75.6.0
# via -r requirements/pip.in
60 changes: 21 additions & 39 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
#
alabaster==0.7.13
alabaster==1.0.0
# via sphinx
asgiref==3.8.1
# via django
Expand All @@ -13,49 +13,41 @@ babel==2.16.0
# -r requirements/base.in
# enmerkar
# sphinx
backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# django
certifi==2024.8.30
certifi==2024.12.14
# via requests
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
coverage[toml]==7.6.1
coverage[toml]==7.6.9
# via
# -r requirements/test.in
# pytest-cov
# python-coveralls
django==4.2.16
django==4.2.17
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
# enmerkar
docutils==0.20.1
docutils==0.21.2
# via sphinx
enmerkar==0.7.1
# via -r requirements/base.in
exceptiongroup==1.2.2
# via pytest
execnet==2.1.1
# via pytest-cache
flake8==7.1.1
# via -r requirements/test.in
idna==3.8
idna==3.10
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==8.4.0
# via sphinx
iniconfig==2.0.0
# via pytest
jinja2==3.1.4
# via sphinx
markupsafe==2.1.5
markupsafe==3.0.2
# via jinja2
mccabe==0.7.0
# via flake8
packaging==24.1
packaging==24.2
# via
# pytest
# sphinx
Expand All @@ -71,7 +63,7 @@ pyflakes==3.2.0
# pytest-flakes
pygments==2.18.0
# via sphinx
pytest==8.3.2
pytest==8.3.4
# via
# -r requirements/test.in
# pytest-cache
Expand All @@ -80,49 +72,39 @@ pytest==8.3.2
# pytest-pep8
pytest-cache==1.0
# via pytest-pep8
pytest-cov==5.0.0
pytest-cov==6.0.0
# via -r requirements/test.in
pytest-flakes==4.0.5
# via -r requirements/test.in
pytest-pep8==1.0.6
# via -r requirements/test.in
python-coveralls==2.9.3
# via -r requirements/test.in
pytz==2024.1
# via babel
pyyaml==6.0.2
# via python-coveralls
requests==2.32.3
# via
# python-coveralls
# sphinx
six==1.16.0
six==1.17.0
# via python-coveralls
snowballstemmer==2.2.0
# via sphinx
sphinx==7.1.2
sphinx==8.1.3
# via -r requirements/test.in
sphinxcontrib-applehelp==1.0.4
sphinxcontrib-applehelp==2.0.0
# via sphinx
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-devhelp==2.0.0
# via sphinx
sphinxcontrib-htmlhelp==2.0.1
sphinxcontrib-htmlhelp==2.1.0
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
sqlparse==0.5.1
sqlparse==0.5.3
# via django
tomli==2.0.1
# via
# coverage
# pytest
typing-extensions==4.12.2
# via asgiref
urllib3==2.2.2
urllib3==2.2.3
# via requests
zipp==3.20.1
# via importlib-metadata
Loading

0 comments on commit 9fc594b

Please sign in to comment.