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

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
10 changes: 1 addition & 9 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
# 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
# via django
typing-extensions==4.12.2
# via asgiref
36 changes: 9 additions & 27 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,10 +13,6 @@ 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
# via requests
charset-normalizer==3.3.2
Expand All @@ -31,12 +27,10 @@ django==4.2.16
# -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
Expand All @@ -45,8 +39,6 @@ idna==3.8
# 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
Expand Down Expand Up @@ -88,8 +80,6 @@ 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
Expand All @@ -100,29 +90,21 @@ six==1.16.0
# via python-coveralls
snowballstemmer==2.2.0
# via sphinx
sphinx==7.1.2
sphinx==8.0.2
# 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
# via django
tomli==2.0.1
# via
# coverage
# pytest
typing-extensions==4.12.2
# via asgiref
urllib3==2.2.2
# via requests
zipp==3.20.1
# via importlib-metadata
10 changes: 1 addition & 9 deletions 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.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand All @@ -8,8 +8,6 @@ build==1.2.1
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==8.4.0
# via build
packaging==24.1
# via build
pip-tools==7.4.1
Expand All @@ -18,14 +16,8 @@ pyproject-hooks==1.1.0
# via
# build
# pip-tools
tomli==2.0.1
# via
# build
# pip-tools
wheel==0.44.0
# 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
2 changes: 1 addition & 1 deletion 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.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand Down
36 changes: 9 additions & 27 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,10 +13,6 @@ 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
# via requests
charset-normalizer==3.3.2
Expand All @@ -31,12 +27,10 @@ django==4.2.16
# -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
Expand All @@ -45,8 +39,6 @@ idna==3.8
# 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
Expand Down Expand Up @@ -88,8 +80,6 @@ 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
Expand All @@ -100,29 +90,21 @@ six==1.16.0
# via python-coveralls
snowballstemmer==2.2.0
# via sphinx
sphinx==7.1.2
sphinx==8.0.2
# 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
# via django
tomli==2.0.1
# via
# coverage
# pytest
typing-extensions==4.12.2
# via asgiref
urllib3==2.2.2
# via requests
zipp==3.20.1
# via importlib-metadata
36 changes: 9 additions & 27 deletions requirements/tox.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,10 +13,6 @@ 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
# via requests
charset-normalizer==3.3.2
Expand All @@ -30,12 +26,10 @@ coverage[toml]==7.6.1
# -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
Expand All @@ -44,8 +38,6 @@ idna==3.8
# 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
Expand Down Expand Up @@ -87,8 +79,6 @@ 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
Expand All @@ -99,29 +89,21 @@ six==1.16.0
# via python-coveralls
snowballstemmer==2.2.0
# via sphinx
sphinx==7.1.2
sphinx==8.0.2
# 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
# via django
tomli==2.0.1
# via
# coverage
# pytest
typing-extensions==4.12.2
# via asgiref
urllib3==2.2.2
# via requests
zipp==3.20.1
# via importlib-metadata
Loading