From e71b2d4a87496f98956c898bf2c70e68b861378f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 07:28:22 +0000 Subject: [PATCH] build(deps-dev): Bump sphinx-autobuild from 2024.9.19 to 2024.10.3 Bumps [sphinx-autobuild](https://github.com/sphinx-doc/sphinx-autobuild) from 2024.9.19 to 2024.10.3. - [Release notes](https://github.com/sphinx-doc/sphinx-autobuild/releases) - [Changelog](https://github.com/sphinx-doc/sphinx-autobuild/blob/main/NEWS.rst) - [Commits](https://github.com/sphinx-doc/sphinx-autobuild/compare/2024.09.19...2024.10.03) --- updated-dependencies: - dependency-name: sphinx-autobuild dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index bb81594..2e5f125 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1373,13 +1373,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] @@ -1982,4 +1982,4 @@ docs = ["Sphinx", "enum-tools", "furo"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "56b75f7a0782f4183d795503903b686441f9d33cae4d2a1eb9d6a43830d322ab" +content-hash = "8f904d7884c09eda9b11f1f8f3fcd9e7573bf2b49e7254ea32ce1803dec175de" diff --git a/pyproject.toml b/pyproject.toml index c4d032b..989e392 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ types-requests = "^2.32.0" requests-mock = "^1.12.1" pytest-cov = "^5.0.0" types-appdirs = "^1.4.3" -sphinx-autobuild = "^2024.9.19" +sphinx-autobuild = "^2024.10.3" [build-system] requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning"]