Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
chore: upgrade Django to 3.2.19 (#3976)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtyaka authored May 24, 2023
1 parent 405592f commit 00e506c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ defusedxml==0.7.1
# social-auth-core
deprecated==1.2.13
# via redis
django==3.2.15
django==3.2.19
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ deprecated==1.2.13
# redis
diff-cover==6.5.1
# via -r requirements/test.txt
django==3.2.15
django==3.2.19
# via
# -r requirements/test.txt
# django-appconf
Expand Down
2 changes: 1 addition & 1 deletion requirements/e2e.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ cryptography==38.0.1
# via
# -c requirements/base.txt
# pyjwt
django==3.2.15
django==3.2.19
# via
# -c requirements/base.txt
# -c requirements/common_constraints.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ defusedxml==0.7.1
# social-auth-core
deprecated==1.2.13
# via redis
django==3.2.15
django==3.2.19
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down

0 comments on commit 00e506c

Please sign in to comment.