Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#860)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Nov 20, 2024
1 parent 4c734e4 commit 07bd5f1
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 18 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ six==1.16.0
# python-dateutil
sqlparse==0.5.2
# via django
stevedore==5.3.0
stevedore==5.4.0
# via
# code-annotations
# edx-django-utils
Expand All @@ -163,5 +163,5 @@ wcwidth==0.2.13
# via prompt-toolkit

# The following packages are considered to be unsafe in a requirements file:
setuptools==75.5.0
setuptools==75.6.0
# via -r requirements/base.in
16 changes: 13 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,10 @@ cryptography==43.0.3
# via
# -r requirements/quality.txt
# pyjwt
# secretstorage
ddt==1.7.2
# via -r requirements/quality.txt
ddtrace==2.16.3
ddtrace==2.16.4
# via -r requirements/quality.txt
deprecated==1.2.15
# via
Expand Down Expand Up @@ -224,6 +225,11 @@ jaraco-functools==4.1.0
# via
# -r requirements/quality.txt
# keyring
jeepney==0.8.0
# via
# -r requirements/quality.txt
# keyring
# secretstorage
jinja2==3.1.4
# via
# -r requirements/quality.txt
Expand Down Expand Up @@ -444,6 +450,10 @@ rpds-py==0.21.0
# -r requirements/quality.txt
# jsonschema
# referencing
secretstorage==3.3.3
# via
# -r requirements/quality.txt
# keyring
semantic-version==2.10.0
# via
# -r requirements/quality.txt
Expand All @@ -462,7 +472,7 @@ sqlparse==0.5.2
# via
# -r requirements/quality.txt
# django
stevedore==5.3.0
stevedore==5.4.0
# via
# -r requirements/quality.txt
# code-annotations
Expand Down Expand Up @@ -533,7 +543,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.5.0
setuptools==75.6.0
# via
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ cryptography==43.0.3
# pyjwt
ddt==1.7.2
# via -r requirements/test.txt
ddtrace==2.16.3
ddtrace==2.16.4
# via -r requirements/test.txt
deprecated==1.2.15
# via
Expand Down Expand Up @@ -327,7 +327,7 @@ sqlparse==0.5.2
# via
# -r requirements/test.txt
# django
stevedore==5.3.0
stevedore==5.4.0
# via
# -r requirements/test.txt
# code-annotations
Expand Down Expand Up @@ -378,5 +378,5 @@ zipp==3.21.0
# importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
setuptools==75.5.0
setuptools==75.6.0
# via -r requirements/test.txt
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.5.0
setuptools==75.6.0
# 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.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.3.1
# via -r requirements/pip.in
setuptools==75.5.0
setuptools==75.6.0
# via -r requirements/pip.in
13 changes: 10 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,10 @@ cryptography==43.0.3
# via
# -r requirements/test.txt
# pyjwt
# secretstorage
ddt==1.7.2
# via -r requirements/test.txt
ddtrace==2.16.3
ddtrace==2.16.4
# via -r requirements/test.txt
deprecated==1.2.15
# via
Expand Down Expand Up @@ -176,6 +177,10 @@ jaraco-context==6.0.1
# via keyring
jaraco-functools==4.1.0
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.4
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -331,6 +336,8 @@ rpds-py==0.21.0
# -r requirements/test.txt
# jsonschema
# referencing
secretstorage==3.3.3
# via keyring
semantic-version==2.10.0
# via
# -r requirements/test.txt
Expand All @@ -347,7 +354,7 @@ sqlparse==0.5.2
# via
# -r requirements/test.txt
# django
stevedore==5.3.0
stevedore==5.4.0
# via
# -r requirements/test.txt
# code-annotations
Expand Down Expand Up @@ -401,5 +408,5 @@ zipp==3.21.0
# importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
setuptools==75.5.0
setuptools==75.6.0
# via -r requirements/test.txt
4 changes: 2 additions & 2 deletions requirements/scripts.txt
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ sqlparse==0.5.2
# via
# -r requirements/base.txt
# django
stevedore==5.3.0
stevedore==5.4.0
# via
# -r requirements/base.txt
# code-annotations
Expand Down Expand Up @@ -269,5 +269,5 @@ wcwidth==0.2.13
# prompt-toolkit

# The following packages are considered to be unsafe in a requirements file:
setuptools==75.5.0
setuptools==75.6.0
# via -r requirements/base.txt
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ cryptography==43.0.3
# pyjwt
ddt==1.7.2
# via -r requirements/test.in
ddtrace==2.16.3
ddtrace==2.16.4
# via -r requirements/test.in
deprecated==1.2.15
# via opentelemetry-api
Expand Down Expand Up @@ -244,7 +244,7 @@ sqlparse==0.5.2
# via
# -r requirements/base.txt
# django
stevedore==5.3.0
stevedore==5.4.0
# via
# -r requirements/base.txt
# code-annotations
Expand Down Expand Up @@ -288,5 +288,5 @@ zipp==3.21.0
# via importlib-metadata

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

0 comments on commit 07bd5f1

Please sign in to comment.