diff --git a/docs/poetry.lock b/docs/poetry.lock index 44a70a624..a18835fb5 100644 --- a/docs/poetry.lock +++ b/docs/poetry.lock @@ -68,14 +68,14 @@ python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7 [[package]] name = "django" -version = "4.0.6" +version = "4.1.3" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." category = "main" optional = false python-versions = ">=3.8" [package.dependencies] -asgiref = ">=3.4.1,<4" +asgiref = ">=3.5.2,<4" sqlparse = ">=0.2.2" tzdata = {version = "*", markers = "sys_platform == \"win32\""} @@ -512,7 +512,7 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [metadata] lock-version = "1.1" python-versions = "^3.10" -content-hash = "2aa181d6ffbbd404db18693c27feac5bc4dc92eb870e0695c98acac4dcb431a7" +content-hash = "6e3d1a3fea65edb8ca74649b902f675919dd1e78a55838e9f04dc72963e0da9b" [metadata.files] alabaster = [ @@ -544,8 +544,8 @@ colorama = [ {file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"}, ] django = [ - {file = "Django-4.0.6-py3-none-any.whl", hash = "sha256:ca54ebedfcbc60d191391efbf02ba68fb52165b8bf6ccd6fe71f098cac1fe59e"}, - {file = "Django-4.0.6.tar.gz", hash = "sha256:a67a793ff6827fd373555537dca0da293a63a316fe34cb7f367f898ccca3c3ae"}, + {file = "Django-4.1.3-py3-none-any.whl", hash = "sha256:6b1de6886cae14c7c44d188f580f8ba8da05750f544c80ae5ad43375ab293cd5"}, + {file = "Django-4.1.3.tar.gz", hash = "sha256:678bbfc8604eb246ed54e2063f0765f13b321a50526bdc8cb1f943eda7fa31f1"}, ] django-environ = [ {file = "django-environ-0.9.0.tar.gz", hash = "sha256:bff5381533056328c9ac02f71790bd5bf1cea81b1beeb648f28b81c9e83e0a21"}, diff --git a/docs/pyproject.toml b/docs/pyproject.toml index 2c9ce8038..12cda230a 100644 --- a/docs/pyproject.toml +++ b/docs/pyproject.toml @@ -11,7 +11,7 @@ Sphinx = "==5.3.0" sphinx-rtd-theme = "==1.1.1" django-environ = "==0.9.0" myst-parser = "==0.18.1" -Django = "==4.0.6" +Django = "==4.1.3" sphinx-multiversion = "0.2.4" sphinx-intl = "2.0.1" sphinx_design = "==0.3.0"