Skip to content

Commit

Permalink
Merge pull request #37 from magajh/magajh/patch-django-redwood-3.2.25
Browse files Browse the repository at this point in the history
chore: update Django to 3.2.25
  • Loading branch information
cmltaWt0 authored May 9, 2024
2 parents f3c47ca + 92ffdec commit 18df758
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.19
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.19
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.19
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.19
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 18df758

Please sign in to comment.