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 src/requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django == 5.2.13
Django == 5.2.14
django-environ == 0.13.0
django-cors-headers == 4.9.0
django-healthchecks == 1.5.0
Expand Down
6 changes: 3 additions & 3 deletions src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -460,9 +460,9 @@ deprecated==1.2.18 \
# via
# opentelemetry-api
# opentelemetry-semantic-conventions
django==5.2.13 \
--hash=sha256:5788fce61da23788a8ce6f02583765ab060d396720924789f97fa42119d37f7a \
--hash=sha256:a31589db5188d074c63f0945c3888fad104627dfcc236fb2b97f71f89da33bc4
django==5.2.14 \
--hash=sha256:58a63ba841662e5c686b57ba1fec52ddd68c0b93bd96ac3029d55728f00bf8a2 \
--hash=sha256:6f712143bd3064310d1f50fac859c3e9a274bdcfc9595339853be7779297fc76
# via
# -r requirements.in
# amsterdam-schema-tools
Expand Down
2 changes: 1 addition & 1 deletion src/requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ deprecated==1.2.18
# opentelemetry-semantic-conventions
distlib==0.3.9
# via virtualenv
django==5.2.13
django==5.2.14
# via
# -r requirements.in
# amsterdam-schema-tools
Expand Down
Loading