Skip to content

Commit

Permalink
Bump Django dep for CVE-2021-44420
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Dec 8, 2021
1 parent f5f7f78 commit 1f18b9d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
27 changes: 14 additions & 13 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ relate = "relate.bin.relate:main"

[tool.poetry.dependencies]
python = "^3.7"
django = "^3.2.5,<3.3"
django = "^3.2.10,<3.3"
# Automatically renders Django forms in a pretty, Bootstrap-compatible way.
django-crispy-forms = ">=1.5.1"
# Page data, answer data, ... all represented in JSON. This makes that editable in the Django admin.
Expand Down

0 comments on commit 1f18b9d

Please sign in to comment.