From 85af8f79d43ff3e778b82eb7a4cd01041ea8d119 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 17 Mar 2023 19:03:31 +0000 Subject: [PATCH] chore(docs): update dependency django to v3.2.18 --- docs/poetry.lock | 10 +++++----- docs/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/poetry.lock b/docs/poetry.lock index 972acc57a..9dacd8bdc 100644 --- a/docs/poetry.lock +++ b/docs/poetry.lock @@ -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" diff --git a/docs/pyproject.toml b/docs/pyproject.toml index d75b38c75..fc16ca352 100644 --- a/docs/pyproject.toml +++ b/docs/pyproject.toml @@ -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]