Update dependency Django to v4.1.2
This commit is contained in:
parent
a276f9afcb
commit
6a95ff5e01
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ authors = []
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.10"
|
python = "^3.10"
|
||||||
Django = "4.0.6"
|
Django = "4.1.2"
|
||||||
wagtail = "3.0.3"
|
wagtail = "3.0.3"
|
||||||
django-environ = "0.9.0"
|
django-environ = "0.9.0"
|
||||||
whitenoise = {version = "6.2.0", extras = ["brotli"]}
|
whitenoise = {version = "6.2.0", extras = ["brotli"]}
|
||||||
|
|
Loading…
Add table
Reference in a new issue