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.24 (#4117)
Browse files Browse the repository at this point in the history
  • Loading branch information
magajh authored Feb 7, 2024
1 parent 60a1366 commit e595de9
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 @@ -103,7 +103,7 @@ defusedxml==0.7.1
# via
# python3-openid
# social-auth-core
django==3.2.23
django==3.2.24
# 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 @@ -177,7 +177,7 @@ defusedxml==0.7.1
# social-auth-core
diff-cover==7.6.0
# via -r requirements/test.txt
django==3.2.23
django==3.2.24
# via
# -r requirements/test.txt
# crispy-bootstrap3
Expand Down
2 changes: 1 addition & 1 deletion requirements/e2e.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ cryptography==41.0.1
# via
# -c requirements/base.txt
# pyjwt
django==3.2.23
django==3.2.24
# 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 @@ -105,7 +105,7 @@ defusedxml==0.7.1
# via
# python3-openid
# social-auth-core
django==3.2.23
django==3.2.24
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down

0 comments on commit e595de9

Please sign in to comment.