Skip to content

Commit

Permalink
chore: upgrade Django to 3.2.20
Browse files Browse the repository at this point in the history
  • Loading branch information
magajh committed Jul 16, 2023
1 parent 00e506c commit 9d05167
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.19
django==3.2.20
# 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.19
django==3.2.20
# 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.19
django==3.2.20
# 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.19
django==3.2.20
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down

0 comments on commit 9d05167

Please sign in to comment.