Skip to content

Commit

Permalink
chore: upgrade Django to 3.2.25
Browse files Browse the repository at this point in the history
  • Loading branch information
magajh committed Mar 29, 2024
1 parent 7c60cc1 commit 13e6e23
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 @@ -8,7 +8,7 @@ asgiref==3.7.2
# via django
attrs==23.1.0
# via openedx-events
django==3.2.24
django==3.2.25
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/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 @@ -90,7 +90,7 @@ distlib==0.3.6
# via
# -r requirements/ci.txt
# virtualenv
django==3.2.24
django==3.2.25
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/quality.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ coverage[toml]==7.2.7
# pytest-cov
cryptography==41.0.1
# via secretstorage
django==3.2.24
django==3.2.25
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ coverage[toml]==7.2.7
# pytest-cov
dill==0.3.6
# via pylint
django==3.2.24
django==3.2.25
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down

0 comments on commit 13e6e23

Please sign in to comment.