From 9a267f2f2ad6a280dd24ae71a66f25b0d49fcca5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 07:36:49 +0000 Subject: [PATCH] build(deps-dev): Bump sphinx-autobuild from 2021.3.14 to 2024.2.4 Bumps [sphinx-autobuild](https://github.com/sphinx-doc/sphinx-autobuild) from 2021.3.14 to 2024.2.4. - [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/2021.03.14...2024.02.04) --- updated-dependencies: - dependency-name: sphinx-autobuild dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 71f6aab..0c27696 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1353,13 +1353,13 @@ test = ["cython (>=3.0)", "filelock", "html5lib", "pytest (>=4.6)", "setuptools [[package]] name = "sphinx-autobuild" -version = "2021.3.14" +version = "2024.2.4" description = "Rebuild Sphinx documentation on changes, with live-reload in the browser." optional = false -python-versions = ">=3.6" +python-versions = ">=3.9" files = [ - {file = "sphinx-autobuild-2021.3.14.tar.gz", hash = "sha256:de1ca3b66e271d2b5b5140c35034c89e47f263f2cd5db302c9217065f7443f05"}, - {file = "sphinx_autobuild-2021.3.14-py3-none-any.whl", hash = "sha256:8fe8cbfdb75db04475232f05187c776f46f6e9e04cacf1e49ce81bdac649ccac"}, + {file = "sphinx_autobuild-2024.2.4-py3-none-any.whl", hash = "sha256:63fd87ab7505872a89aef468ce6503f65e794a195f4ae62269db3b85b72d4854"}, + {file = "sphinx_autobuild-2024.2.4.tar.gz", hash = "sha256:cb9d2121a176d62d45471624872afc5fad7755ad662738abe400ecf4a7954303"}, ] [package.dependencies] @@ -1368,7 +1368,7 @@ livereload = "*" sphinx = "*" [package.extras] -test = ["pytest", "pytest-cov"] +test = ["pytest (>=6.0)", "pytest-cov"] [[package]] name = "sphinx-autodoc-typehints" @@ -1773,4 +1773,4 @@ docs = ["Sphinx", "enum-tools", "furo"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "3b4419639efd0ed5204d5b593c971075eb4a75d3ebad07c82a334c825d579200" +content-hash = "76ffdb7d43a89d1a70518858343541d9e770f10a380bda76e54a4c45c3a51088" diff --git a/pyproject.toml b/pyproject.toml index 6dbcc91..38cddfd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ types-requests = "^2.31.0" requests-mock = "^1.11.0" pytest-cov = "^4.1.0" types-appdirs = "^1.4.3" -sphinx-autobuild = "^2021.3.14" +sphinx-autobuild = "^2024.2.4" [build-system] requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning"]