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
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
amqp==5.3.1
# via kombu
asgiref==3.9.1
asgiref==3.9.2
# via django
attrs==25.3.0
# via openedx-events
Expand Down Expand Up @@ -55,7 +55,7 @@ dnspython==2.8.0
# via pymongo
edx-ccx-keys==2.0.2
# via openedx-events
edx-django-utils==8.0.0
edx-django-utils==8.0.1
# via
# -r requirements/base.in
# edx-toggles
Expand All @@ -72,7 +72,7 @@ jinja2==3.1.6
# via code-annotations
kombu==5.5.4
# via celery
markupsafe==3.0.2
markupsafe==3.0.3
# via jinja2
openedx-events==10.5.0
# via -r requirements/base.in
Expand All @@ -96,7 +96,7 @@ python-slugify==8.0.4
# via code-annotations
pytz==2025.2
# via -r requirements/base.in
pyyaml==6.0.2
pyyaml==6.0.3
# via code-annotations
six==1.17.0
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ amqp==5.3.1
# via
# -r requirements/test.txt
# kombu
asgiref==3.9.1
asgiref==3.9.2
# via
# -r requirements/test.txt
# django
Expand Down Expand Up @@ -135,7 +135,7 @@ edx-ccx-keys==2.0.2
# via
# -r requirements/test.txt
# openedx-events
edx-django-utils==8.0.0
edx-django-utils==8.0.1
# via
# -r requirements/test.txt
# edx-toggles
Expand Down Expand Up @@ -181,7 +181,7 @@ kombu==5.5.4
# via
# -r requirements/test.txt
# celery
markupsafe==3.0.2
markupsafe==3.0.3
# via
# -r requirements/test.txt
# jinja2
Expand Down Expand Up @@ -296,7 +296,7 @@ python-slugify==8.0.4
# code-annotations
pytz==2025.2
# via -r requirements/test.txt
pyyaml==6.0.2
pyyaml==6.0.3
# via
# -r requirements/test.txt
# code-annotations
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ wheel==0.45.1
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# 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/pip.in
setuptools==80.9.0
# via -r requirements/pip.in
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# via
# -r requirements/base.txt
# kombu
asgiref==3.9.1
asgiref==3.9.2
# via
# -r requirements/base.txt
# django
Expand Down Expand Up @@ -88,7 +88,7 @@ edx-ccx-keys==2.0.2
# via
# -r requirements/base.txt
# openedx-events
edx-django-utils==8.0.0
edx-django-utils==8.0.1
# via
# -r requirements/base.txt
# edx-toggles
Expand Down Expand Up @@ -117,7 +117,7 @@ jinja2==3.1.6
# via
# -r requirements/base.txt
# celery
markupsafe==3.0.2
markupsafe==3.0.3
# via
# -r requirements/base.txt
# jinja2
Expand Down Expand Up @@ -189,7 +189,7 @@ python-slugify==8.0.4
# code-annotations
pytz==2025.2
# via -r requirements/base.txt
pyyaml==6.0.2
pyyaml==6.0.3
# via
# -r requirements/base.txt
# code-annotations
Expand Down