Skip to content
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
52 changes: 25 additions & 27 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
#
amqp==5.3.1
# via kombu
asgiref==3.8.1
asgiref==3.9.1
# via django
attrs==25.3.0
# via openedx-events
billiard==4.2.1
billiard==4.2.2
# via celery
celery==5.5.2
celery==5.5.3
# via
# -c requirements/constraints.txt
# -r requirements/base.in
cffi==1.17.1
cffi==2.0.0
# via pynacl
click==8.1.8
click==8.3.0
# via
# celery
# click-didyoumean
Expand All @@ -28,15 +28,15 @@ click==8.1.8
# edx-django-utils
click-didyoumean==0.3.1
# via celery
click-plugins==1.1.1
click-plugins==1.1.1.2
# via celery
click-repl==0.3.0
# via celery
code-annotations==2.3.0
# via edx-toggles
django==4.2.20
django==4.2.24
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -c https:/raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
# django-crum
# django-waffle
Expand All @@ -47,15 +47,15 @@ django-crum==0.7.9
# via
# edx-django-utils
# edx-toggles
django-waffle==4.2.0
django-waffle==5.0.0
# via
# edx-django-utils
# edx-toggles
dnspython==2.7.0
dnspython==2.8.0
# via pymongo
edx-ccx-keys==2.0.2
# via openedx-events
edx-django-utils==7.4.0
edx-django-utils==8.0.0
# via
# -r requirements/base.in
# edx-toggles
Expand All @@ -64,33 +64,31 @@ edx-opaque-keys[django]==3.0.0
# via
# edx-ccx-keys
# openedx-events
edx-toggles==5.3.0
edx-toggles==5.4.1
# via -r requirements/base.in
fastavro==1.10.0
fastavro==1.12.0
# via openedx-events
jinja2==3.1.6
# via code-annotations
kombu==5.5.3
kombu==5.5.4
# via celery
markupsafe==3.0.2
# via jinja2
newrelic==10.10.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

new-relic was a dependency of edx-django-utils dropped in the latest version 8.0.0. See CHANGELOG for details.

# via edx-django-utils
openedx-events==10.0.0
openedx-events==10.5.0
# via -r requirements/base.in
pbr==6.1.1
# via stevedore
prompt-toolkit==3.0.51
packaging==25.0
# via kombu
prompt-toolkit==3.0.52
# via click-repl
psutil==7.0.0
psutil==7.1.0
# via edx-django-utils
pycparser==2.22
pycparser==2.23
# via cffi
pymongo==4.12.0
pymongo==4.15.1
# via
# -r requirements/base.in
# edx-opaque-keys
pynacl==1.5.0
pynacl==1.6.0
# via edx-django-utils
python-dateutil==2.9.0.post0
# via celery
Expand All @@ -107,14 +105,14 @@ six==1.17.0
# python-dateutil
sqlparse==0.5.3
# via django
stevedore==5.4.1
stevedore==5.5.0
# via
# code-annotations
# edx-django-utils
# edx-opaque-keys
text-unidecode==1.3
# via python-slugify
typing-extensions==4.13.2
typing-extensions==4.15.0
# via edx-opaque-keys
tzdata==2025.2
# via kombu
Expand All @@ -123,7 +121,7 @@ vine==5.1.0
# amqp
# celery
# kombu
wcwidth==0.2.13
wcwidth==0.2.14
# via prompt-toolkit

# The following packages are considered to be unsafe in a requirements file:
Expand Down
10 changes: 5 additions & 5 deletions requirements/celery54.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
amqp==5.3.1
billiard==4.2.1
celery==5.5.2
click==8.1.8
billiard==4.2.2
celery==5.5.3
click==8.3.0
click-didyoumean==0.3.1
click-repl==0.3.0
kombu==5.5.3
prompt-toolkit==3.0.51
kombu==5.5.4
prompt-toolkit==3.0.52
vine==5.1.0
18 changes: 9 additions & 9 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,33 +4,33 @@
#
# make upgrade
#
cachetools==5.5.2
cachetools==6.2.0
# via tox
chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
coverage==7.8.0
coverage==7.10.7
# via -r requirements/ci.in
distlib==0.3.9
distlib==0.4.0
# via virtualenv
filelock==3.18.0
filelock==3.19.1
# via
# tox
# virtualenv
packaging==25.0
# via
# pyproject-api
# tox
platformdirs==4.3.7
platformdirs==4.4.0
# via
# tox
# virtualenv
pluggy==1.5.0
pluggy==1.6.0
# via tox
pyproject-api==1.9.0
pyproject-api==1.9.1
# via tox
tox==4.25.0
tox==4.30.2
# via -r requirements/ci.in
virtualenv==20.30.0
virtualenv==20.34.0
# via tox
Loading