chore(docs): update dependency django to v3.2.18

environments/review-docs-renam-9oy3ia/deployments/17065
Renovate Bot 2023-03-17 19:03:31 +00:00
rodzic 94c5bb71a5
commit 85af8f79d4
2 zmienionych plików z 6 dodań i 6 usunięć

10
docs/poetry.lock wygenerowano
Wyświetl plik

@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry and should not be changed by hand.
# This file is automatically @generated by Poetry 1.4.0 and should not be changed by hand.
[[package]]
name = "alabaster"
@ -98,14 +98,14 @@ files = [
[[package]]
name = "django"
version = "3.2.16"
version = "3.2.18"
description = "A high-level Python Web framework that encourages rapid development and clean, pragmatic design."
category = "main"
optional = false
python-versions = ">=3.6"
files = [
{file = "Django-3.2.16-py3-none-any.whl", hash = "sha256:18ba8efa36b69cfcd4b670d0fa187c6fe7506596f0ababe580e16909bcdec121"},
{file = "Django-3.2.16.tar.gz", hash = "sha256:3adc285124244724a394fa9b9839cc8cd116faf7d159554c43ecdaa8cdf0b94d"},
{file = "Django-3.2.18-py3-none-any.whl", hash = "sha256:4d492d9024c7b3dfababf49f94511ab6a58e2c9c3c7207786f1ba4eb77750706"},
{file = "Django-3.2.18.tar.gz", hash = "sha256:08208dfe892eb64fff073ca743b3b952311104f939e7f6dae954fe72dcc533ba"},
]
[package.dependencies]
@ -782,4 +782,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
[metadata]
lock-version = "2.0"
python-versions = "^3.9"
content-hash = "1b1039aba6b8bb4d5d309b8d046136f5bd3c4c60095e0527265f79f15060b649"
content-hash = "79d387369256e4df07667a822b17d88a54edcf69d9aae5f737fa8a3abef638c9"

Wyświetl plik

@ -15,7 +15,7 @@ sphinx-rtd-theme = "==1.1.1"
sphinxcontrib-mermaid = "0.7.1"
myst-parser = "==0.18.1"
django = "==3.2.16"
django = "==3.2.18"
django-environ = "==0.9.0"
[tool.poetry.dev-dependencies]