diff --git a/poetry.lock b/poetry.lock index f6e0a4b..e97096a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1814,7 +1814,7 @@ python-versions = "*" [[package]] name = "sphinx" -version = "6.1.1" +version = "6.1.2" description = "Python documentation generator" category = "main" optional = false @@ -2187,7 +2187,7 @@ python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" [metadata] lock-version = "1.1" python-versions = "^3.11" -content-hash = "64b3e64b4c7524ccb23045e7ce70db77ce02a35c20cd2b9c8e06c1aea970eaa9" +content-hash = "e0ba1a7e76b29166e932cf23ac241013bae69b264a9f6d6db06d63d0fccd2bae" [metadata.files] alabaster = [ @@ -3295,8 +3295,8 @@ snowballstemmer = [ {file = "snowballstemmer-2.2.0.tar.gz", hash = "sha256:09b16deb8547d3412ad7b590689584cd0fe25ec8db3be37788be3810cbf19cb1"}, ] sphinx = [ - {file = "Sphinx-6.1.1.tar.gz", hash = "sha256:6a8e43b5030b9870d7402fb56f5efeebb83b76d65bf1c567a89b555340e127b2"}, - {file = "sphinx-6.1.1-py3-none-any.whl", hash = "sha256:5818c36a250f60d2767f2cee14247b7f39882d97f582e3696958000b65665c5b"}, + {file = "Sphinx-6.1.2.tar.gz", hash = "sha256:19678b91c1f4e2025cfe3bfcbf473ffa3b086651bbdd43d6816e16e4cc58a8b4"}, + {file = "sphinx-6.1.2-py3-none-any.whl", hash = "sha256:2add7555f702f3e70654e04ac352d14974c8deb4a1e0785860914cd1269688f9"}, ] sphinx-autobuild = [ {file = "sphinx-autobuild-2021.3.14.tar.gz", hash = "sha256:de1ca3b66e271d2b5b5140c35034c89e47f263f2cd5db302c9217065f7443f05"}, diff --git a/pyproject.toml b/pyproject.toml index ea22415..75228b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ django-stubs = "^1.13.1" pytest = "^7.2.0" pytest-sugar = "^0.9.6" djangorestframework-stubs = "^1.8.0" -sphinx = "^6.1.1" +sphinx = "^6.1.2" sphinx-autobuild = "^2021.3.14" flake8 = "^6.0.0" flake8-isort = "^6.0.0"