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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
8 changes: 5 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,10 @@ tzdata==2024.2
# via
# celery
# kombu
urllib3==2.3.0
# via requests
urllib3==2.2.3
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# requests
vine==5.1.0
# via
# amqp
Expand All @@ -163,5 +165,5 @@ wcwidth==0.2.13
# via prompt-toolkit

# The following packages are considered to be unsafe in a requirements file:
setuptools==75.6.0
setuptools==75.8.0
# via -r requirements/base.in
11 changes: 6 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ prompt-toolkit==3.0.48
# via
# -r requirements/quality.txt
# click-repl
protobuf==5.29.2
protobuf==5.29.3
# via
# -r requirements/quality.txt
# ddtrace
Expand All @@ -348,7 +348,7 @@ pycparser==2.22
# cffi
pydocstyle==6.3.0
# via -r requirements/quality.txt
pygments==2.18.0
pygments==2.19.1
# via
# -r requirements/quality.txt
# diff-cover
Expand Down Expand Up @@ -505,8 +505,9 @@ tzdata==2024.2
# -r requirements/quality.txt
# celery
# kombu
urllib3==2.3.0
urllib3==2.2.3
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/quality.txt
# datadog-api-client
# requests
Expand All @@ -529,7 +530,7 @@ wheel==0.45.1
# via
# -r requirements/pip-tools.txt
# pip-tools
wrapt==1.17.0
wrapt==1.17.1
# via
# -r requirements/quality.txt
# ddtrace
Expand All @@ -549,7 +550,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.6.0
setuptools==75.8.0
# via
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
Expand Down
11 changes: 6 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ prompt-toolkit==3.0.48
# via
# -r requirements/test.txt
# click-repl
protobuf==5.29.2
protobuf==5.29.3
# via
# -r requirements/test.txt
# ddtrace
Expand All @@ -228,7 +228,7 @@ pycparser==2.22
# cffi
pydata-sphinx-theme==0.16.1
# via sphinx-book-theme
pygments==2.18.0
pygments==2.19.1
# via
# accessible-pygments
# doc8
Expand Down Expand Up @@ -349,8 +349,9 @@ tzdata==2024.2
# -r requirements/test.txt
# celery
# kombu
urllib3==2.3.0
urllib3==2.2.3
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
# requests
vine==5.1.0
Expand All @@ -363,7 +364,7 @@ wcwidth==0.2.13
# via
# -r requirements/test.txt
# prompt-toolkit
wrapt==1.17.0
wrapt==1.17.1
# via
# -r requirements/test.txt
# ddtrace
Expand All @@ -378,5 +379,5 @@ zipp==3.21.0
# importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
setuptools==75.6.0
setuptools==75.8.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.6.0
setuptools==75.8.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.1
# The following packages are considered to be unsafe in a requirements file:
pip==24.3.1
# via -r requirements/pip.in
setuptools==75.6.0
setuptools==75.8.0
# via -r requirements/pip.in
11 changes: 6 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ prompt-toolkit==3.0.48
# via
# -r requirements/test.txt
# click-repl
protobuf==5.29.2
protobuf==5.29.3
# via
# -r requirements/test.txt
# ddtrace
Expand All @@ -257,7 +257,7 @@ pycparser==2.22
# cffi
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.18.0
pygments==2.19.1
# via
# readme-renderer
# rich
Expand Down Expand Up @@ -378,8 +378,9 @@ tzdata==2024.2
# -r requirements/test.txt
# celery
# kombu
urllib3==2.3.0
urllib3==2.2.3
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
# requests
# twine
Expand All @@ -393,7 +394,7 @@ wcwidth==0.2.13
# via
# -r requirements/test.txt
# prompt-toolkit
wrapt==1.17.0
wrapt==1.17.1
# via
# -r requirements/test.txt
# ddtrace
Expand All @@ -408,5 +409,5 @@ zipp==3.21.0
# importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
setuptools==75.6.0
setuptools==75.8.0
# via -r requirements/test.txt
15 changes: 7 additions & 8 deletions requirements/scripts.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ amqp==5.3.1
# via
# -r requirements/base.txt
# kombu
anyio==4.7.0
anyio==4.8.0
# via httpx
asgiref==3.8.1
# via
Expand Down Expand Up @@ -71,7 +71,7 @@ code-annotations==2.1.0
# via
# -r requirements/base.txt
# edx-toggles
confluent-kafka[avro]==2.7.0
confluent-kafka[avro]==2.8.0
# via -r requirements/scripts.in
cryptography==44.0.0
# via
Expand Down Expand Up @@ -147,7 +147,7 @@ h11==0.14.0
# via httpcore
httpcore==1.0.7
# via httpx
httpx==0.27.2
httpx==0.28.1
# via confluent-kafka
idna==3.10
# via
Expand Down Expand Up @@ -246,9 +246,7 @@ six==1.17.0
# edx-codejail
# python-dateutil
sniffio==1.3.1
# via
# anyio
# httpx
# via anyio
sqlparse==0.5.3
# via
# -r requirements/base.txt
Expand All @@ -273,8 +271,9 @@ tzdata==2024.2
# -r requirements/base.txt
# celery
# kombu
urllib3==2.3.0
urllib3==2.2.3
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
# requests
vine==5.1.0
Expand All @@ -289,5 +288,5 @@ wcwidth==0.2.13
# prompt-toolkit

# The following packages are considered to be unsafe in a requirements file:
setuptools==75.6.0
setuptools==75.8.0
# via -r requirements/base.txt
9 changes: 5 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ prompt-toolkit==3.0.48
# via
# -r requirements/base.txt
# click-repl
protobuf==5.29.2
protobuf==5.29.3
# via ddtrace
psutil==6.1.1
# via
Expand Down Expand Up @@ -264,8 +264,9 @@ tzdata==2024.2
# -r requirements/base.txt
# celery
# kombu
urllib3==2.3.0
urllib3==2.2.3
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
# requests
vine==5.1.0
Expand All @@ -278,7 +279,7 @@ wcwidth==0.2.13
# via
# -r requirements/base.txt
# prompt-toolkit
wrapt==1.17.0
wrapt==1.17.1
# via
# ddtrace
# deprecated
Expand All @@ -288,5 +289,5 @@ zipp==3.21.0
# via importlib-metadata

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