Skip to content

Commit

Permalink
chore: upgrade django to 4.2.17 (#5331)
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasb authored Dec 5, 2024
1 parent 26946f0 commit b2ec26c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion engine/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ charset-normalizer==3.3.2
# requests
distlib==0.3.8
# via virtualenv
django==4.2.16
django==4.2.17
# via
# -c requirements.txt
# django-stubs
Expand Down
2 changes: 1 addition & 1 deletion engine/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ babel==2.12.1
beautifulsoup4==4.12.2
celery[redis]==5.3.1
cryptography==43.0.1
django==4.2.16
django==4.2.17
django-add-default-value==0.10.0
django-anymail[amazon-ses]==12.0
django-cors-headers==3.7.0
Expand Down
2 changes: 1 addition & 1 deletion engine/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ deprecated==1.2.14
# opentelemetry-api
# opentelemetry-exporter-otlp-proto-grpc
# opentelemetry-semantic-conventions
django==4.2.16
django==4.2.17
# via
# -r requirements.in
# django-add-default-value
Expand Down

0 comments on commit b2ec26c

Please sign in to comment.