diff --git a/poetry.lock b/poetry.lock index c47dc74a..290891cc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -346,13 +346,13 @@ test = ["pytest", "pytest-cov"] [[package]] name = "sphinx-notfound-page" -version = "1.0.0" +version = "1.0.1" description = "Sphinx extension to build a 404 page with absolute URLs" optional = false python-versions = ">=3.8" files = [ - {file = "sphinx_notfound_page-1.0.0-py3-none-any.whl", hash = "sha256:40a5741a6b07245a08fe55dbbd603ad6719e191b1419ab2e5337c706ebd16554"}, - {file = "sphinx_notfound_page-1.0.0.tar.gz", hash = "sha256:14cd388956de5cdf8710ab4ff31776ef8d85759c4f46014ee30f368e83bd3a3b"}, + {file = "sphinx_notfound_page-1.0.1-py3-none-any.whl", hash = "sha256:682fe6339cec9a12f7194466b609e8e6b1fe2da5e7268e5600269db764bbe924"}, + {file = "sphinx_notfound_page-1.0.1.tar.gz", hash = "sha256:7041c3efa43173f44b03b1f8242b9a19cfceb8baeef73b0c213c8469aabd7c9b"}, ] [package.dependencies] @@ -552,4 +552,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "4626f87f9b3af725634119d0013f7e7e866e212ba7418e12910043ce6d60c345" +content-hash = "772ad67c51ff311c1cde0221212ef12a59bdbaf4aa812046c6a467ac2517bc30" diff --git a/pyproject.toml b/pyproject.toml index 095a5560..1c9e00ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ python = "^3.8" Sphinx = "^7.1.2" sphinx-rtd-theme = "^2.0.0" sphinxext-rediraffe = "^0.2.7" -sphinx-notfound-page = "^1.0.0" +sphinx-notfound-page = "^1.0.1" sphinxcontrib-jquery = "^4.1" [tool.poetry.dev-dependencies]