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
2 changes: 1 addition & 1 deletion backend/requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ cryptography==44.0.2
# mozilla-django-oidc
# pyopenssl
# webauthn
django==5.2.10
django==5.2.12
# via
# -r requirements/base.in
# django-admin-index
Expand Down
2 changes: 1 addition & 1 deletion backend/requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ cryptography==44.0.2
# webauthn
cssselect==1.3.0
# via pyquery
django==5.2.10
django==5.2.12
# via
# -c requirements/base.txt
# -r requirements/base.txt
Expand Down
2 changes: 1 addition & 1 deletion backend/requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ cssselect==1.3.0
# pyquery
datamodel-code-generator==0.30.1
# via -r requirements/dev.in
django==5.2.10
django==5.2.12
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
Expand Down
2 changes: 1 addition & 1 deletion backend/requirements/type-checking.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ cryptography==44.0.2
# mozilla-django-oidc
# pyopenssl
# webauthn
django==5.2.10
django==5.2.12
# via
# -r requirements/base.txt
# django-admin-index
Expand Down