Skip to content

Commit

Permalink
chore: upgrade Django to 3.2.16 (#3850)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtyaka committed Nov 18, 2022
1 parent de6a745 commit 9cc16b1
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 @@ -95,7 +95,7 @@ defusedxml==0.7.1
# social-auth-core
deprecated==1.2.13
# via redis
django==3.2.15
django==3.2.16
# 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 @@ -162,7 +162,7 @@ deprecated==1.2.13
# redis
diff-cover==6.5.1
# via -r requirements/test.txt
django==3.2.15
django==3.2.16
# 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==37.0.4
# via
# -c requirements/base.txt
# pyjwt
django==3.2.15
django==3.2.16
# 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 @@ -97,7 +97,7 @@ defusedxml==0.7.1
# social-auth-core
deprecated==1.2.13
# via redis
django==3.2.15
django==3.2.16
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down

0 comments on commit 9cc16b1

Please sign in to comment.