diff --git a/poetry.lock b/poetry.lock index dc55e8a..7dc2b4b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -891,7 +891,7 @@ python-versions = ">=3.6" [[package]] name = "sphinx" -version = "4.4.0" +version = "4.5.0" description = "Python documentation generator" category = "dev" optional = false @@ -1132,7 +1132,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "ee9fb166a13f3f2ee19554be89e6e00b0f69d45b0584541b2bc74ce5f562a199" +content-hash = "d8ac1eaaa6d6224caf4b33f2c56bf5e4ae57fd70ef71d99294bbad9282b02ce8" [metadata.files] alabaster = [ @@ -1702,8 +1702,8 @@ soupsieve = [ {file = "soupsieve-2.3.1.tar.gz", hash = "sha256:b8d49b1cd4f037c7082a9683dfa1801aa2597fb11c3a1155b7a5b94829b4f1f9"}, ] sphinx = [ - {file = "Sphinx-4.4.0-py3-none-any.whl", hash = "sha256:5da895959511473857b6d0200f56865ed62c31e8f82dd338063b84ec022701fe"}, - {file = "Sphinx-4.4.0.tar.gz", hash = "sha256:6caad9786055cb1fa22b4a365c1775816b876f91966481765d7d50e9f0dd35cc"}, + {file = "Sphinx-4.5.0-py3-none-any.whl", hash = "sha256:ebf612653238bcc8f4359627a9b7ce44ede6fdd75d9d30f68255c7383d3a6226"}, + {file = "Sphinx-4.5.0.tar.gz", hash = "sha256:7bf8ca9637a4ee15af412d1a1d9689fec70523a68ca9bb9127c2f3eeb344e2e6"}, ] sphinx-autodoc-typehints = [ {file = "sphinx_autodoc_typehints-1.17.0-py3-none-any.whl", hash = "sha256:081daf53077b4ae1c28347d6d858e13e63aefe3b4aacef79fd717dd60687b470"}, diff --git a/pyproject.toml b/pyproject.toml index 7997241..fb6c68c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ pytest-cov = "^3.0" pytest-randomly = "^3.11" pytest-django = "^4.5.2" -sphinx = "^4.4" +sphinx = "^4.5" sphinx-autodoc-typehints = "^1.17" sphinxcontrib-apidoc = "^0.3" furo = "^2022.2.23"