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
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
annotated-types==0.7.0
# via pydantic
asgiref==3.9.1
asgiref==3.9.2
# via
# django
# django-cors-headers
Expand Down Expand Up @@ -137,7 +137,7 @@ python-dateutil==2.9.0.post0
# via
# -r requirements/base.in
# elasticsearch-dsl
pyyaml==6.0.2
pyyaml==6.0.3
# via
# drf-spectacular
# edx-django-release-util
Expand Down
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ annotated-types==0.7.0
# -r requirements/base.txt
# -r requirements/test.txt
# pydantic
asgiref==3.9.1
asgiref==3.9.2
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -87,7 +87,7 @@ cryptography==46.0.1
# pyjwt
ddt==1.7.2
# via -r requirements/test.txt
diff-cover==9.6.0
diff-cover==9.7.1
# via -r requirements/test.txt
dill==0.4.0
# via
Expand Down Expand Up @@ -244,7 +244,7 @@ jsonschema-specifications==2025.9.1
# -r requirements/base.txt
# -r requirements/test.txt
# jsonschema
markupsafe==3.0.2
markupsafe==3.0.3
# via
# -r requirements/test.txt
# jinja2
Expand Down Expand Up @@ -376,7 +376,7 @@ python-slugify==8.0.4
# via
# -r requirements/test.txt
# code-annotations
pyyaml==6.0.2
pyyaml==6.0.3
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ annotated-types==0.7.0
# via
# -r requirements/base.txt
# pydantic
asgiref==3.9.1
asgiref==3.9.2
# via
# -r requirements/base.txt
# django
Expand Down Expand Up @@ -65,7 +65,7 @@ cryptography==46.0.1
# pyjwt
ddt==1.7.2
# via -r requirements/test.in
diff-cover==9.6.0
diff-cover==9.7.1
# via -r requirements/test.in
dill==0.4.0
# via pylint
Expand Down Expand Up @@ -179,7 +179,7 @@ jsonschema-specifications==2025.9.1
# via
# -r requirements/base.txt
# jsonschema
markupsafe==3.0.2
markupsafe==3.0.3
# via jinja2
mccabe==0.7.0
# via pylint
Expand Down Expand Up @@ -268,7 +268,7 @@ python-dateutil==2.9.0.post0
# elasticsearch-dsl
python-slugify==8.0.4
# via code-annotations
pyyaml==6.0.2
pyyaml==6.0.3
# via
# -r requirements/base.txt
# code-annotations
Expand Down