Skip to content
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
43 changes: 21 additions & 22 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
Expand All @@ -12,7 +12,7 @@ apache-libcloud==3.9.1
# via edx-event-routing-backends
appdirs==1.4.4
# via fs
asgiref==3.11.1
asgiref==3.12.1
# via django
attrs==26.1.0
# via openedx-events
Expand All @@ -23,15 +23,15 @@ celery==5.6.3
# edx-celeryutils
# event-tracking
# openedx-completion-aggregator
certifi==2026.5.20
certifi==2026.6.17
# via requests
cffi==2.0.0
cffi==2.1.0
# via
# cryptography
# pynacl
charset-normalizer==3.4.7
charset-normalizer==3.4.9
# via requests
click==8.4.1
click==8.4.2
# via
# celery
# click-didyoumean
Expand All @@ -45,13 +45,13 @@ click-plugins==1.1.1.2
# via celery
click-repl==0.3.0
# via celery
code-annotations==2.3.2
code-annotations==3.0.0
# via edx-toggles
cryptography==48.0.1
cryptography==49.0.0
# via
# django-fernet-fields-v2
# pyjwt
django==5.2.15
django==5.2.16
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -127,7 +127,7 @@ edx-django-utils==8.0.1
# openedx-events
edx-drf-extensions==10.6.0
# via edx-completion
edx-event-routing-backends==9.3.8
edx-event-routing-backends==10.0.0
# via openedx-completion-aggregator
edx-opaque-keys[django]==4.0.0
# via
Expand All @@ -138,6 +138,7 @@ edx-opaque-keys[django]==4.0.0
# openedx-completion-aggregator
# openedx-events
# openedx-filters
# xblock
edx-toggles==6.0.0
# via
# edx-completion
Expand Down Expand Up @@ -180,13 +181,13 @@ openedx-atlas==0.7.0
# via -r requirements/base.in
openedx-completion-aggregator==4.5.0
# via -r requirements/base.in
openedx-events==10.5.0
openedx-events==11.2.0
# via event-tracking
openedx-filters==3.4.1
openedx-filters==3.8.0
# via edx-event-routing-backends
packaging==26.2
# via kombu
pillow==12.2.0
pillow==12.3.0
# via -r requirements/base.in
prompt-toolkit==3.0.52
# via click-repl
Expand Down Expand Up @@ -222,7 +223,7 @@ pyyaml==6.0.3
# via
# code-annotations
# xblock
redis==8.0.0
redis==8.0.1
# via django-redis
requests==2.34.2
# via
Expand All @@ -241,7 +242,7 @@ six==1.17.0
# python-dateutil
sqlparse==0.5.5
# via django
stevedore==5.8.0
stevedore==5.9.0
# via
# code-annotations
# edx-django-utils
Expand All @@ -250,13 +251,13 @@ text-unidecode==1.3
# via python-slugify
tincan==1.0.0
# via edx-event-routing-backends
typing-extensions==4.15.0
typing-extensions==4.16.0
# via
# django-redis
# edx-opaque-keys
tzdata==2026.2
tzdata==2026.3
# via kombu
tzlocal==5.3.1
tzlocal==5.4.4
# via celery
urllib3==2.7.0
# via requests
Expand All @@ -265,13 +266,11 @@ vine==5.1.0
# amqp
# celery
# kombu
wcwidth==0.8.1
wcwidth==0.8.2
# via prompt-toolkit
web-fragments==4.0.0
# via xblock
webob==1.8.10
# via xblock
xblock==6.1.0
xblock==6.3.1
# via
# edx-completion
# openedx-completion-aggregator
Expand Down
12 changes: 6 additions & 6 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
Expand All @@ -10,7 +10,7 @@ colorama==0.4.6
# via tox
distlib==0.4.3
# via virtualenv
filelock==3.29.3
filelock==3.31.1
# via
# python-discovery
# tox
Expand All @@ -19,7 +19,7 @@ packaging==26.2
# via
# pyproject-api
# tox
platformdirs==4.10.0
platformdirs==4.10.1
# via
# python-discovery
# tox
Expand All @@ -28,13 +28,13 @@ pluggy==1.6.0
# via tox
pyproject-api==1.10.1
# via tox
python-discovery==1.4.2
python-discovery==1.4.4
# via
# tox
# virtualenv
tomli-w==1.2.0
# via tox
tox==4.55.1
tox==4.57.0
# via -r requirements/ci.in
virtualenv==21.4.3
virtualenv==21.6.1
# via tox
Loading
Loading