Skip to content

Commit

Permalink
Update django to 3.2.21
Browse files Browse the repository at this point in the history
  • Loading branch information
willkg committed Sep 5, 2023
1 parent b60b65b commit 093a98b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ importlib_resources==5.10.0
django-waffle==2.3.0

# NOTE(willkg): We stick with LTS releases and the next one is 4.2 (2023).
django==3.2.20
django==3.2.21

# NOTE(willkg): Need to keep elasticsearch and elasticsearch-dsl at these versions
# because they work with the cluster we're using
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,9 @@ dj-database-url==2.0.0 \
--hash=sha256:9c9e5f7224f62635a787e9cc3c6762c9be2b19541a21e3c08fa573bd01609b4b \
--hash=sha256:a35a9f0f43775ca6f90d819dc456233ef7bcc76b47377d5d908b75c7eb320624
# via -r requirements.in
django==3.2.20 \
--hash=sha256:a477ab326ae7d8807dc25c186b951ab8c7648a3a23f9497763c37307a2b5ef87 \
--hash=sha256:dec2a116787b8e14962014bf78e120bba454135108e1af9e9b91ade7b2964c40
django==3.2.21 \
--hash=sha256:a5de4c484e7b7418e6d3e52a5b8794f0e6b9f9e4ce3c037018cf1c489fa87f3c \
--hash=sha256:d31b06c58aa2cd73998ca5966bc3001243d3c4e77ee2d0c479bced124765fd99
# via
# -r requirements.in
# dj-database-url
Expand Down

0 comments on commit 093a98b

Please sign in to comment.