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

Merged
merged 1 commit into from
Jul 22, 2024
Merged
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
14 changes: 3 additions & 11 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
#
# 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
#
asgiref==3.8.1
# via django
async-timeout==4.0.3
# via redis
attrs==23.2.0
# via openedx-events
backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# django
cffi==1.16.0
# via pynacl
click==8.1.7
Expand Down Expand Up @@ -82,7 +76,7 @@ redis==5.0.7
# via walrus
six==1.16.0
# via edx-ccx-keys
sqlparse==0.5.0
sqlparse==0.5.1
# via django
stevedore==5.2.0
# via
Expand All @@ -92,8 +86,6 @@ stevedore==5.2.0
text-unidecode==1.3
# via python-slugify
typing-extensions==4.12.2
# via
# asgiref
# edx-opaque-keys
# via edx-opaque-keys
walrus==0.9.4
# via -r requirements/base.in
8 changes: 2 additions & 6 deletions requirements/ci.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
#
cachetools==5.3.3
cachetools==5.4.0
# via tox
chardet==5.2.0
# via tox
Expand All @@ -28,10 +28,6 @@ pluggy==1.5.0
# via tox
pyproject-api==1.7.1
# via tox
tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.16.0
# via -r requirements/ci.in
virtualenv==20.26.3
Expand Down
53 changes: 8 additions & 45 deletions requirements/dev.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,29 +8,20 @@ asgiref==3.8.1
# via
# -r requirements/quality.txt
# django
astroid==3.2.3
astroid==3.2.4
# via
# -r requirements/quality.txt
# pylint
# pylint-celery
async-timeout==4.0.3
# via
# -r requirements/quality.txt
# redis
attrs==23.2.0
# via
# -r requirements/quality.txt
# openedx-events
backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# -r requirements/quality.txt
# django
build==1.2.1
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==5.3.3
cachetools==5.4.0
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -71,7 +62,7 @@ coverage[toml]==7.6.0
# pytest-cov
ddt==1.7.2
# via -r requirements/quality.txt
diff-cover==9.1.0
diff-cover==9.1.1
# via -r requirements/dev.in
dill==0.3.8
# via
Expand Down Expand Up @@ -116,7 +107,7 @@ edx-django-utils==5.14.2
# openedx-events
edx-i18n-tools==1.6.0
# via -r requirements/dev.in
edx-lint==5.3.6
edx-lint==5.3.7
# via -r requirements/quality.txt
edx-opaque-keys[django]==2.10.0
# via
Expand All @@ -125,10 +116,6 @@ edx-opaque-keys[django]==2.10.0
# openedx-events
edx-toggles==5.2.0
# via -r requirements/quality.txt
exceptiongroup==1.2.2
# via
# -r requirements/quality.txt
# pytest
fastavro==1.9.5
# via
# -r requirements/quality.txt
Expand All @@ -138,11 +125,6 @@ filelock==3.15.4
# -r requirements/ci.txt
# tox
# virtualenv
importlib-metadata==6.11.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip-tools.txt
# build
iniconfig==2.0.0
# via
# -r requirements/quality.txt
Expand Down Expand Up @@ -223,7 +205,7 @@ pydocstyle==6.3.0
# via -r requirements/quality.txt
pygments==2.18.0
# via diff-cover
pylint==3.2.5
pylint==3.2.6
# via
# -r requirements/quality.txt
# edx-lint
Expand Down Expand Up @@ -260,7 +242,7 @@ pyproject-hooks==1.1.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.2.2
pytest==8.3.1
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -291,7 +273,7 @@ snowballstemmer==2.2.0
# via
# -r requirements/quality.txt
# pydocstyle
sqlparse==0.5.0
sqlparse==0.5.1
# via
# -r requirements/quality.txt
# django
Expand All @@ -305,18 +287,6 @@ text-unidecode==1.3
# via
# -r requirements/quality.txt
# python-slugify
tomli==2.0.1
# via
# -r requirements/ci.txt
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
# build
# coverage
# pip-tools
# pylint
# pyproject-api
# pytest
# tox
tomlkit==0.13.0
# via
# -r requirements/quality.txt
Expand All @@ -326,10 +296,7 @@ tox==4.16.0
typing-extensions==4.12.2
# via
# -r requirements/quality.txt
# asgiref
# astroid
# edx-opaque-keys
# pylint
virtualenv==20.26.3
# via
# -r requirements/ci.txt
Expand All @@ -340,10 +307,6 @@ 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
63 changes: 17 additions & 46 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
#
# 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
#
accessible-pygments==0.0.4
accessible-pygments==0.0.5
# via pydata-sphinx-theme
alabaster==0.7.13
alabaster==0.7.16
# via sphinx
asgiref==3.8.1
# via
# -r requirements/test.txt
# django
async-timeout==4.0.3
# via
# -r requirements/test.txt
# redis
attrs==23.2.0
# via
# -r requirements/test.txt
Expand All @@ -26,11 +22,6 @@ babel==2.15.0
# sphinx
backports-tarfile==1.2.0
# via jaraco-context
backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
# django
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
build==1.2.1
Expand All @@ -57,7 +48,7 @@ coverage[toml]==7.6.0
# via
# -r requirements/test.txt
# pytest-cov
cryptography==42.0.8
cryptography==43.0.0
# via secretstorage
ddt==1.7.2
# via -r requirements/test.txt
Expand All @@ -84,7 +75,7 @@ dnspython==2.6.1
# via
# -r requirements/test.txt
# pymongo
docutils==0.19
docutils==0.21.2
# via
# pydata-sphinx-theme
# readme-renderer
Expand All @@ -105,10 +96,6 @@ edx-opaque-keys[django]==2.10.0
# openedx-events
edx-toggles==5.2.0
# via -r requirements/test.txt
exceptiongroup==1.2.2
# via
# -r requirements/test.txt
# pytest
fastavro==1.9.5
# via
# -r requirements/test.txt
Expand All @@ -120,12 +107,8 @@ imagesize==1.4.1
importlib-metadata==6.11.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# build
# keyring
# sphinx
# twine
importlib-resources==6.4.0
# via keyring
iniconfig==2.0.0
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -192,7 +175,7 @@ pycparser==2.22
# via
# -r requirements/test.txt
# cffi
pydata-sphinx-theme==0.14.4
pydata-sphinx-theme==0.15.4
# via sphinx-book-theme
pygments==2.18.0
# via
Expand All @@ -211,7 +194,7 @@ pynacl==1.5.0
# edx-django-utils
pyproject-hooks==1.1.0
# via build
pytest==8.2.2
pytest==8.3.1
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -224,13 +207,11 @@ python-slugify==8.0.4
# via
# -r requirements/test.txt
# code-annotations
pytz==2024.1
# via babel
pyyaml==6.0.1
# via
# -r requirements/test.txt
# code-annotations
readme-renderer==43.0
readme-renderer==44.0
# via twine
redis==5.0.7
# via
Expand All @@ -257,26 +238,26 @@ snowballstemmer==2.2.0
# via sphinx
soupsieve==2.5
# via beautifulsoup4
sphinx==6.2.1
sphinx==7.4.7
# via
# -r requirements/doc.in
# pydata-sphinx-theme
# sphinx-book-theme
sphinx-book-theme==1.0.1
sphinx-book-theme==1.1.3
# via -r requirements/doc.in
sphinxcontrib-applehelp==1.0.4
sphinxcontrib-applehelp==1.0.8
# via sphinx
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-devhelp==1.0.6
# via sphinx
sphinxcontrib-htmlhelp==2.0.1
sphinxcontrib-htmlhelp==2.0.6
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-qthelp==1.0.8
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
sphinxcontrib-serializinghtml==1.1.10
# via sphinx
sqlparse==0.5.0
sqlparse==0.5.1
# via
# -r requirements/test.txt
# django
Expand All @@ -290,28 +271,18 @@ text-unidecode==1.3
# via
# -r requirements/test.txt
# python-slugify
tomli==2.0.1
# via
# -r requirements/test.txt
# build
# coverage
# pytest
twine==5.1.1
# via -r requirements/doc.in
typing-extensions==4.12.2
# via
# -r requirements/test.txt
# asgiref
# edx-opaque-keys
# pydata-sphinx-theme
# rich
urllib3==2.2.2
# via
# requests
# twine
walrus==0.9.4
# via -r requirements/test.txt
zipp==3.19.2
# via
# importlib-metadata
# importlib-resources
# via importlib-metadata
Loading
Loading