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

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
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dnspython==2.7.0
# via pymongo
drf-jwt==1.19.2
# via edx-drf-extensions
edx-codejail==3.5.1
edx-codejail==3.5.2
# via -r requirements/base.in
edx-django-utils==7.0.0
# via
Expand Down Expand Up @@ -105,7 +105,7 @@ referencing==0.35.1
# jsonschema-specifications
requests==2.32.3
# via edx-drf-extensions
rpds-py==0.20.0
rpds-py==0.21.0
# via
# jsonschema
# referencing
Expand All @@ -128,5 +128,5 @@ urllib3==2.2.3
# via requests

# The following packages are considered to be unsafe in a requirements file:
setuptools==75.2.0
setuptools==75.3.0
# via -r requirements/base.in
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ filelock==3.16.1
# via
# tox
# virtualenv
packaging==24.1
packaging==24.2
# via
# pyproject-api
# tox
Expand All @@ -30,5 +30,5 @@ pyproject-api==1.8.0
# via tox
tox==4.23.2
# via -r requirements/ci.in
virtualenv==20.27.0
virtualenv==20.27.1
# via tox
19 changes: 10 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ drf-jwt==1.19.2
# via
# -r requirements/quality.txt
# edx-drf-extensions
edx-codejail==3.5.1
edx-codejail==3.5.2
# via -r requirements/quality.txt
edx-django-utils==7.0.0
# via
Expand All @@ -142,7 +142,7 @@ edx-drf-extensions==10.5.0
# via -r requirements/quality.txt
edx-i18n-tools==1.6.3
# via -r requirements/dev.in
edx-lint==5.4.0
edx-lint==5.4.1
# via -r requirements/quality.txt
edx-opaque-keys==2.11.0
# via
Expand Down Expand Up @@ -239,7 +239,7 @@ nh3==0.2.18
# via
# -r requirements/quality.txt
# readme-renderer
packaging==24.1
packaging==24.2
# via
# -r requirements/ci.txt
# -r requirements/pip-tools.txt
Expand Down Expand Up @@ -342,7 +342,7 @@ pytest==8.3.3
# pytest-cov
# pytest-django
# pytest-randomly
pytest-cov==5.0.0
pytest-cov==6.0.0
# via -r requirements/quality.txt
pytest-django==4.9.0
# via -r requirements/quality.txt
Expand Down Expand Up @@ -380,11 +380,11 @@ rfc3986==2.0.0
# via
# -r requirements/quality.txt
# twine
rich==13.9.3
rich==13.9.4
# via
# -r requirements/quality.txt
# twine
rpds-py==0.20.0
rpds-py==0.21.0
# via
# -r requirements/quality.txt
# jsonschema
Expand Down Expand Up @@ -437,11 +437,11 @@ urllib3==2.2.3
# -r requirements/quality.txt
# requests
# twine
virtualenv==20.27.0
virtualenv==20.27.1
# via
# -r requirements/ci.txt
# tox
wheel==0.44.0
wheel==0.45.0
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand All @@ -453,9 +453,10 @@ zipp==3.20.2
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip-tools.txt
# pip-tools
setuptools==75.2.0
setuptools==75.3.0
# via
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
Expand Down
56 changes: 12 additions & 44 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
asgiref==3.8.1
# via
Expand All @@ -23,18 +23,6 @@ babel==2.16.0
# sphinx
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
billiard==4.2.0
# via
# -r requirements/test.txt
# celery
bytecode==0.15.1

bytecode==0.15.1
# via
# -r requirements/test.txt
# ddtrace
celery==5.4.0
# via -r requirements/test.txt
certifi==2024.8.30
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -70,6 +58,7 @@ ddt==1.7.2
django==4.2.16
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
# django-crum
# django-waffle
# djangorestframework
Expand Down Expand Up @@ -110,7 +99,7 @@ drf-jwt==1.19.2
# via
# -r requirements/test.txt
# edx-drf-extensions
edx-codejail==3.5.1
edx-codejail==3.5.2
# via -r requirements/test.txt
edx-django-utils==7.0.0
# via
Expand All @@ -125,14 +114,6 @@ edx-opaque-keys==2.11.0
# edx-drf-extensions
edx-toggles==5.2.0
# via -r requirements/test.txt
envier==0.5.2
# via
# -r requirements/test.txt
# ddtrace
exceptiongroup==1.2.2
# via
# cattrs
# pytest
idna==3.10
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -164,10 +145,9 @@ newrelic==10.2.0
# edx-django-utils
nh3==0.2.18
# via readme-renderer
packaging==24.1
packaging==24.2
# via
# -r requirements/test.txt
# pydata-sphinx-theme
# pytest
# sphinx
pbr==6.1.0
Expand All @@ -186,7 +166,7 @@ pycparser==2.22
# via
# -r requirements/test.txt
# cffi
pydata-sphinx-theme==0.15.4
pydata-sphinx-theme==0.16.0
# via sphinx-book-theme
pygments==2.18.0
# via
Expand Down Expand Up @@ -214,7 +194,7 @@ pytest==8.3.3
# pytest-cov
# pytest-django
# pytest-randomly
pytest-cov==5.0.0
pytest-cov==6.0.0
# via -r requirements/test.txt
pytest-django==4.9.0
# via -r requirements/test.txt
Expand Down Expand Up @@ -242,7 +222,7 @@ requests==2.32.3
# sphinx
restructuredtext-lint==1.4.0
# via doc8
rpds-py==0.20.0
rpds-py==0.21.0
# via
# -r requirements/test.txt
# jsonschema
Expand All @@ -257,9 +237,9 @@ six==1.16.0
# edx-codejail
snowballstemmer==2.2.0
# via sphinx
soupsieve==2.5
soupsieve==2.6
# via beautifulsoup4
sphinx==5.3.0
sphinx==8.1.3
# via
# -r requirements/doc.in
# pydata-sphinx-theme
Expand Down Expand Up @@ -293,28 +273,16 @@ text-unidecode==1.3
# via
# -r requirements/test.txt
# python-slugify
tomli==2.0.1
# via
# coverage
# doc8
# pytest
typing-extensions==4.12.2
# via
# -r requirements/test.txt
# pydata-sphinx-theme
tzdata==2024.1
# via
# -r requirements/test.txt
# celery
# kombu
# edx-opaque-keys
# pydata-sphinx-theme
urllib3==2.2.3
# via
# -r requirements/test.txt
# requests

# The following packages are considered to be unsafe in a requirements file:
setuptools==75.2.0
# via
# -r requirements/test.txt
# sphinx
setuptools==75.3.0
# via -r requirements/test.txt
10 changes: 6 additions & 4 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,21 @@ build==1.2.2.post1
# via pip-tools
click==8.1.7
# via pip-tools
packaging==24.1
packaging==24.2
# via build
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.44.0
wheel==0.45.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via pip-tools
setuptools==75.2.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# pip-tools
setuptools==75.3.0
# via pip-tools
6 changes: 3 additions & 3 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
wheel==0.44.0
wheel==0.45.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.2
pip==24.3.1
# via -r requirements/pip.in
setuptools==75.2.0
setuptools==75.3.0
# via -r requirements/pip.in
14 changes: 7 additions & 7 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ drf-jwt==1.19.2
# via
# -r requirements/test.txt
# edx-drf-extensions
edx-codejail==3.5.1
edx-codejail==3.5.2
# via -r requirements/test.txt
edx-django-utils==7.0.0
# via
Expand All @@ -105,7 +105,7 @@ edx-django-utils==7.0.0
# edx-toggles
edx-drf-extensions==10.5.0
# via -r requirements/test.txt
edx-lint==5.4.0
edx-lint==5.4.1
# via -r requirements/quality.in
edx-opaque-keys==2.11.0
# via
Expand Down Expand Up @@ -171,7 +171,7 @@ newrelic==10.2.0
# edx-django-utils
nh3==0.2.18
# via readme-renderer
packaging==24.1
packaging==24.2
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -236,7 +236,7 @@ pytest==8.3.3
# pytest-cov
# pytest-django
# pytest-randomly
pytest-cov==5.0.0
pytest-cov==6.0.0
# via -r requirements/test.txt
pytest-django==4.9.0
# via -r requirements/test.txt
Expand Down Expand Up @@ -267,9 +267,9 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.9.3
rich==13.9.4
# via twine
rpds-py==0.20.0
rpds-py==0.21.0
# via
# -r requirements/test.txt
# jsonschema
Expand Down Expand Up @@ -318,5 +318,5 @@ zipp==3.20.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
setuptools==75.2.0
setuptools==75.3.0
# via -r requirements/test.txt
6 changes: 3 additions & 3 deletions requirements/scripts.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ drf-jwt==1.19.2
# edx-drf-extensions
edx-ccx-keys==1.3.0
# via openedx-events
edx-codejail==3.5.1
edx-codejail==3.5.2
# via -r requirements/base.txt
edx-django-utils==7.0.0
# via
Expand Down Expand Up @@ -177,7 +177,7 @@ requests==2.32.3
# -r requirements/base.txt
# confluent-kafka
# edx-drf-extensions
rpds-py==0.20.0
rpds-py==0.21.0
# via
# -r requirements/base.txt
# jsonschema
Expand Down Expand Up @@ -215,5 +215,5 @@ urllib3==2.2.3
# requests

# The following packages are considered to be unsafe in a requirements file:
setuptools==75.2.0
setuptools==75.3.0
# via -r requirements/base.txt
Loading
Loading