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

Merged
merged 1 commit into from
Mar 3, 2025
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
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ django-waffle==4.2.0
# via
# -r requirements/base.in
# edx-django-utils
edx-django-utils==7.1.0
edx-django-utils==7.2.0
# via -r requirements/base.in
kombu==5.4.2
# via celery
Expand Down Expand Up @@ -77,7 +77,7 @@ wcwidth==0.2.13
# via prompt-toolkit

# The following packages are considered to be unsafe in a requirements file:
setuptools==75.8.0
setuptools==75.8.2
# via
# -r requirements/base.in
# pbr
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,15 +99,15 @@ coverage[toml]==7.6.12
# via
# -r requirements/quality.txt
# pytest-cov
cryptography==44.0.1
cryptography==44.0.2
# via
# -r requirements/quality.txt
# secretstorage
datadog-api-client==2.32.0
# via -r requirements/dev.in
ddt==1.7.2
# via -r requirements/quality.txt
ddtrace==3.0.0
ddtrace==3.1.0
# via -r requirements/quality.txt
deprecated==1.2.18
# via
Expand Down Expand Up @@ -143,7 +143,7 @@ docutils==0.21.2
# via
# -r requirements/quality.txt
# readme-renderer
edx-django-utils==7.1.0
edx-django-utils==7.2.0
# via -r requirements/quality.txt
edx-i18n-tools==1.6.3
# via -r requirements/dev.in
Expand Down Expand Up @@ -175,7 +175,7 @@ iniconfig==2.0.0
# via
# -r requirements/quality.txt
# pytest
isort==6.0.0
isort==6.0.1
# via
# -r requirements/quality.txt
# pylint
Expand All @@ -191,7 +191,7 @@ jaraco-functools==4.1.0
# via
# -r requirements/quality.txt
# keyring
jeepney==0.8.0
jeepney==0.9.0
# via
# -r requirements/quality.txt
# keyring
Expand Down Expand Up @@ -240,7 +240,7 @@ newrelic==10.6.0
# via
# -r requirements/quality.txt
# edx-django-utils
nh3==0.2.20
nh3==0.2.21
# via
# -r requirements/quality.txt
# readme-renderer
Expand Down Expand Up @@ -478,7 +478,7 @@ pip==24.2
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip-tools.txt
# pip-tools
setuptools==75.8.0
setuptools==75.8.2
# via
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ coverage[toml]==7.6.12
# pytest-cov
ddt==1.7.2
# via -r requirements/test.txt
ddtrace==3.0.0
ddtrace==3.1.0
# via -r requirements/test.txt
deprecated==1.2.18
# via
Expand Down Expand Up @@ -99,7 +99,7 @@ docutils==0.21.2
# readme-renderer
# restructuredtext-lint
# sphinx
edx-django-utils==7.1.0
edx-django-utils==7.2.0
# via -r requirements/test.txt
envier==0.6.1
# via
Expand Down Expand Up @@ -134,7 +134,7 @@ newrelic==10.6.0
# via
# -r requirements/test.txt
# edx-django-utils
nh3==0.2.20
nh3==0.2.21
# via readme-renderer
opentelemetry-api==1.30.0
# via
Expand Down Expand Up @@ -296,7 +296,7 @@ zipp==3.21.0
# importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
setuptools==75.8.0
setuptools==75.8.2
# via
# -r requirements/test.txt
# pbr
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ pip==24.2
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# pip-tools
setuptools==75.8.0
setuptools==75.8.2
# via pip-tools
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.45.1
# The following packages are considered to be unsafe in a requirements file:
pip==25.0.1
# via -r requirements/pip.in
setuptools==75.8.0
setuptools==75.8.2
# 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 @@ -70,11 +70,11 @@ coverage[toml]==7.6.12
# via
# -r requirements/test.txt
# pytest-cov
cryptography==44.0.1
cryptography==44.0.2
# via secretstorage
ddt==1.7.2
# via -r requirements/test.txt
ddtrace==3.0.0
ddtrace==3.1.0
# via -r requirements/test.txt
deprecated==1.2.18
# via
Expand All @@ -99,7 +99,7 @@ django-waffle==4.2.0
# edx-django-utils
docutils==0.21.2
# via readme-renderer
edx-django-utils==7.1.0
edx-django-utils==7.2.0
# via -r requirements/test.txt
edx-lint==5.6.0
# via -r requirements/quality.in
Expand All @@ -120,7 +120,7 @@ iniconfig==2.0.0
# via
# -r requirements/test.txt
# pytest
isort==6.0.0
isort==6.0.1
# via
# -r requirements/quality.in
# pylint
Expand All @@ -130,7 +130,7 @@ jaraco-context==6.0.1
# via keyring
jaraco-functools==4.1.0
# via keyring
jeepney==0.8.0
jeepney==0.9.0
# via
# keyring
# secretstorage
Expand Down Expand Up @@ -162,7 +162,7 @@ newrelic==10.6.0
# via
# -r requirements/test.txt
# edx-django-utils
nh3==0.2.20
nh3==0.2.21
# via readme-renderer
opentelemetry-api==1.30.0
# via
Expand Down Expand Up @@ -327,7 +327,7 @@ zipp==3.21.0
# importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
setuptools==75.8.0
setuptools==75.8.2
# via
# -r requirements/test.txt
# pbr
11 changes: 8 additions & 3 deletions requirements/scripts.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ attrs==25.1.0
# via
# confluent-kafka
# openedx-events
authlib==1.5.1
# via confluent-kafka
avro==1.12.0
# via confluent-kafka
billiard==4.2.1
Expand All @@ -36,6 +38,7 @@ certifi==2025.1.31
cffi==1.17.1
# via
# -r requirements/base.txt
# cryptography
# pynacl
charset-normalizer==3.4.1
# via requests
Expand All @@ -62,8 +65,10 @@ click-repl==0.3.0
# celery
code-annotations==2.2.0
# via edx-toggles
confluent-kafka[avro]==2.8.0
confluent-kafka[avro]==2.8.2
# via -r requirements/scripts.in
cryptography==44.0.2
# via authlib
django==4.2.19
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
Expand All @@ -88,7 +93,7 @@ dnspython==2.7.0
# via pymongo
edx-ccx-keys==2.0.2
# via openedx-events
edx-django-utils==7.1.0
edx-django-utils==7.2.0
# via
# -r requirements/base.txt
# edx-event-bus-kafka
Expand Down Expand Up @@ -207,7 +212,7 @@ wcwidth==0.2.13
# prompt-toolkit

# The following packages are considered to be unsafe in a requirements file:
setuptools==75.8.0
setuptools==75.8.2
# via
# -r requirements/base.txt
# openedx-events
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ coverage[toml]==7.6.12
# via pytest-cov
ddt==1.7.2
# via -r requirements/test.in
ddtrace==3.0.0
ddtrace==3.1.0
# via -r requirements/test.in
deprecated==1.2.18
# via opentelemetry-api
Expand All @@ -69,7 +69,7 @@ django-waffle==4.2.0
# via
# -r requirements/base.txt
# edx-django-utils
edx-django-utils==7.1.0
edx-django-utils==7.2.0
# via -r requirements/base.txt
envier==0.6.1
# via ddtrace
Expand Down Expand Up @@ -178,7 +178,7 @@ zipp==3.21.0
# via importlib-metadata

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