diff --git a/poetry.lock b/poetry.lock index c95d16d..f6de5b9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3326,13 +3326,13 @@ test = ["cython (>=3.0)", "defusedxml (>=0.7.1)", "pytest (>=8.0)", "setuptools [[package]] name = "sphinx-autobuild" -version = "2024.9.19" +version = "2024.10.3" description = "Rebuild Sphinx documentation on changes, with hot reloading in the browser." optional = false python-versions = ">=3.9" files = [ - {file = "sphinx_autobuild-2024.9.19-py3-none-any.whl", hash = "sha256:57d974eebfc6461ff0fd136e78bf7a9c057d543d5166d318a45599898019b82c"}, - {file = "sphinx_autobuild-2024.9.19.tar.gz", hash = "sha256:2dd4863d174e533c1cd075eb5dfc90ad9a21734af7efd25569bf228b405e08ef"}, + {file = "sphinx_autobuild-2024.10.3-py3-none-any.whl", hash = "sha256:158e16c36f9d633e613c9aaf81c19b0fc458ca78b112533b20dafcda430d60fa"}, + {file = "sphinx_autobuild-2024.10.3.tar.gz", hash = "sha256:248150f8f333e825107b6d4b86113ab28fa51750e5f9ae63b59dc339be951fb1"}, ] [package.dependencies] @@ -4110,4 +4110,4 @@ test = ["coverage (>=5.3.1)", "prompt-toolkit (>=3.0.29)", "pygments (>=2.2)", " [metadata] lock-version = "2.0" python-versions = "3.12.*" -content-hash = "fe1a8e187afa1f59c442b4feb0a951b51554f74327322fa605e2252d3b2141bd" +content-hash = "f17b34db956fd6a800aeb5df883f542d5aab4879163b69aa86e51736e73ebc0c" diff --git a/pyproject.toml b/pyproject.toml index d467107..5a8a685 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ pytest = "^8.3.3" pytest-sugar = "^1.0.0" djangorestframework-stubs = "^3.15.1" sphinx = "^8.0.2" -sphinx-autobuild = "^2024.9.19" +sphinx-autobuild = "^2024.10.3" coverage = "^7.6.1" djlint = "^1.35.2" pre-commit = "^3.8.0"