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

Merged
merged 1 commit into from
Nov 25, 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
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ dnspython==2.7.0
# via pymongo
drf-jwt==1.19.2
# via edx-drf-extensions
edx-django-utils==7.0.0
edx-django-utils==7.0.1
# via edx-drf-extensions
edx-drf-extensions==10.5.0
# via -r requirements/base.in
Expand All @@ -72,7 +72,7 @@ idna==3.10
# via requests
kombu==5.4.2
# via celery
newrelic==10.2.0
newrelic==10.3.0
# via edx-django-utils
pbr==6.1.0
# via stevedore
Expand Down Expand Up @@ -102,7 +102,7 @@ six==1.16.0
# via python-dateutil
sqlparse==0.5.2
# via django
stevedore==5.3.0
stevedore==5.4.0
# via
# edx-django-utils
# edx-opaque-keys
Expand Down
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,15 @@ click-repl==0.3.0
# via
# -r requirements/quality.txt
# celery
code-annotations==1.8.1
code-annotations==1.8.2
# via
# -r requirements/quality.txt
# edx-lint
colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.6.7
coverage[toml]==7.6.8
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -170,7 +170,7 @@ drf-jwt==1.19.2
# via
# -r requirements/quality.txt
# edx-drf-extensions
edx-django-utils==7.0.0
edx-django-utils==7.0.1
# via
# -r requirements/quality.txt
# edx-drf-extensions
Expand Down Expand Up @@ -284,7 +284,7 @@ mypy-extensions==1.0.0
# mypy
mysqlclient==2.2.6
# via -r requirements/quality.txt
newrelic==10.2.0
newrelic==10.3.0
# via
# -r requirements/quality.txt
# edx-django-utils
Expand Down Expand Up @@ -463,7 +463,7 @@ sqlparse==0.5.2
# -r requirements/quality.txt
# django
# django-debug-toolbar
stevedore==5.3.0
stevedore==5.4.0
# via
# -r requirements/quality.txt
# code-annotations
Expand Down Expand Up @@ -526,7 +526,7 @@ wcwidth==0.2.13
# via
# -r requirements/quality.txt
# prompt-toolkit
wheel==0.45.0
wheel==0.45.1
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down
10 changes: 5 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ click-repl==0.3.0
# via
# -r requirements/test.txt
# celery
code-annotations==1.8.1
code-annotations==1.8.2
# via -r requirements/test.txt
coverage[toml]==7.6.7
coverage[toml]==7.6.8
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -135,7 +135,7 @@ drf-jwt==1.19.2
# via
# -r requirements/test.txt
# edx-drf-extensions
edx-django-utils==7.0.0
edx-django-utils==7.0.1
# via
# -r requirements/test.txt
# edx-drf-extensions
Expand Down Expand Up @@ -186,7 +186,7 @@ mypy-extensions==1.0.0
# mypy
mysqlclient==2.2.6
# via -r requirements/test.txt
newrelic==10.2.0
newrelic==10.3.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -314,7 +314,7 @@ sqlparse==0.5.2
# -r requirements/test.txt
# django
# django-debug-toolbar
stevedore==5.3.0
stevedore==5.4.0
# via
# -r requirements/test.txt
# code-annotations
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.45.0
wheel==0.45.1
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# make upgrade
#
wheel==0.45.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
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
setuptools==75.5.0
setuptools==75.6.0
# via -r requirements/pip.in
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ click-repl==0.3.0
# via
# -r requirements/test.txt
# celery
code-annotations==1.8.1
code-annotations==1.8.2
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.6.7
coverage[toml]==7.6.8
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -132,7 +132,7 @@ drf-jwt==1.19.2
# via
# -r requirements/test.txt
# edx-drf-extensions
edx-django-utils==7.0.0
edx-django-utils==7.0.1
# via
# -r requirements/test.txt
# edx-drf-extensions
Expand Down Expand Up @@ -212,7 +212,7 @@ mypy-extensions==1.0.0
# mypy
mysqlclient==2.2.6
# via -r requirements/test.txt
newrelic==10.2.0
newrelic==10.3.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -338,7 +338,7 @@ sqlparse==0.5.2
# -r requirements/test.txt
# django
# django-debug-toolbar
stevedore==5.3.0
stevedore==5.4.0
# via
# -r requirements/test.txt
# code-annotations
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ click-repl==0.3.0
# via
# -r requirements/base.txt
# celery
code-annotations==1.8.1
code-annotations==1.8.2
# via -r requirements/test.in
coverage[toml]==7.6.7
coverage[toml]==7.6.8
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -112,7 +112,7 @@ drf-jwt==1.19.2
# via
# -r requirements/base.txt
# edx-drf-extensions
edx-django-utils==7.0.0
edx-django-utils==7.0.1
# via
# -r requirements/base.txt
# edx-drf-extensions
Expand Down Expand Up @@ -150,7 +150,7 @@ mypy-extensions==1.0.0
# via mypy
mysqlclient==2.2.6
# via -r requirements/test.in
newrelic==10.2.0
newrelic==10.3.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -225,7 +225,7 @@ sqlparse==0.5.2
# -r requirements/base.txt
# django
# django-debug-toolbar
stevedore==5.3.0
stevedore==5.4.0
# via
# -r requirements/base.txt
# code-annotations
Expand Down