Skip to content

Commit

Permalink
BB2-2361 Bump django version to 3.2.19 to address vulerability (#1119)
Browse files Browse the repository at this point in the history
* BB2-2361 Bump django version to 3.2.19 to address vulerability

* BB2-2361 Bump django version to 3.2.20
  • Loading branch information
ajshred committed Jul 6, 2023
1 parent 91c29f5 commit 1440c8f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions requirements/requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -230,9 +230,9 @@ dj-database-url==2.0.0 \
--hash=sha256:9c9e5f7224f62635a787e9cc3c6762c9be2b19541a21e3c08fa573bd01609b4b \
--hash=sha256:a35a9f0f43775ca6f90d819dc456233ef7bcc76b47377d5d908b75c7eb320624
# via -r requirements/requirements.in
django==3.2.18 \
--hash=sha256:08208dfe892eb64fff073ca743b3b952311104f939e7f6dae954fe72dcc533ba \
--hash=sha256:4d492d9024c7b3dfababf49f94511ab6a58e2c9c3c7207786f1ba4eb77750706
django==3.2.20 \
--hash=sha256:a477ab326ae7d8807dc25c186b951ab8c7648a3a23f9497763c37307a2b5ef87 \
--hash=sha256:dec2a116787b8e14962014bf78e120bba454135108e1af9e9b91ade7b2964c40
# via
# -r requirements/requirements.in
# dj-database-url
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# base packages
django==3.2.18
django==3.2.20
django-getenv
django-bootstrap-form
django-cors-headers
Expand Down
6 changes: 3 additions & 3 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,9 @@ dj-database-url==2.0.0 \
--hash=sha256:9c9e5f7224f62635a787e9cc3c6762c9be2b19541a21e3c08fa573bd01609b4b \
--hash=sha256:a35a9f0f43775ca6f90d819dc456233ef7bcc76b47377d5d908b75c7eb320624
# via -r requirements/requirements.in
django==3.2.18 \
--hash=sha256:08208dfe892eb64fff073ca743b3b952311104f939e7f6dae954fe72dcc533ba \
--hash=sha256:4d492d9024c7b3dfababf49f94511ab6a58e2c9c3c7207786f1ba4eb77750706
django==3.2.20 \
--hash=sha256:a477ab326ae7d8807dc25c186b951ab8c7648a3a23f9497763c37307a2b5ef87 \
--hash=sha256:dec2a116787b8e14962014bf78e120bba454135108e1af9e9b91ade7b2964c40
# via
# -r requirements/requirements.in
# dj-database-url
Expand Down
Binary file not shown.

0 comments on commit 1440c8f

Please sign in to comment.