From aa5b35a31e9386f4007d3f01c462059d3315d113 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jan 2023 16:06:55 -0500 Subject: [PATCH] Bump sphinx from 6.0.0 to 6.1.1 (#286) Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 6.0.0 to 6.1.1. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v6.1.1/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v6.0.0...v6.1.1) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index ff75559..cb72471 100644 --- a/poetry.lock +++ b/poetry.lock @@ -293,7 +293,7 @@ python-versions = ">=3.6" [[package]] name = "sphinx" -version = "6.0.0" +version = "6.1.1" description = "Python documentation generator" category = "main" optional = true @@ -308,7 +308,7 @@ imagesize = ">=1.3" importlib-metadata = {version = ">=4.8", markers = "python_version < \"3.10\""} Jinja2 = ">=3.0" packaging = ">=21.0" -Pygments = ">=2.12" +Pygments = ">=2.13" requests = ">=2.25.0" snowballstemmer = ">=2.0" sphinxcontrib-applehelp = "*" @@ -320,7 +320,7 @@ sphinxcontrib-serializinghtml = ">=1.1.5" [package.extras] docs = ["sphinxcontrib-websupport"] -lint = ["docutils-stubs", "flake8 (>=3.5.0)", "flake8-bugbear", "flake8-comprehensions", "flake8-simplify", "isort", "mypy (>=0.990)", "sphinx-lint", "types-requests"] +lint = ["docutils-stubs", "flake8 (>=3.5.0)", "flake8-simplify", "isort", "mypy (>=0.990)", "ruff", "sphinx-lint", "types-requests"] test = ["cython", "html5lib", "pytest (>=4.6)"] [[package]] @@ -447,7 +447,7 @@ docs = ["sphinx", "furo"] [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "23ac2222af53692da1871262c0724575bceee5698e7e67da016139e20e5e550d" +content-hash = "95cf6091286e2b00d6959af8738fea50786be5969353cfca6ece1c3c80cc9e61" [metadata.files] alabaster = [ @@ -642,8 +642,8 @@ soupsieve = [ {file = "soupsieve-2.3.2.post1.tar.gz", hash = "sha256:fc53893b3da2c33de295667a0e19f078c14bf86544af307354de5fcf12a3f30d"}, ] sphinx = [ - {file = "Sphinx-6.0.0.tar.gz", hash = "sha256:58c140ecd9aa0abbc8ff6da48a266648eac9e5bfc8e49576efd2979bf46f5961"}, - {file = "sphinx-6.0.0-py3-none-any.whl", hash = "sha256:c2aeebfcb0e7474f5a820eac6177c7492b1d3c9c535aa21d5ae77cab2f3600e4"}, + {file = "Sphinx-6.1.1.tar.gz", hash = "sha256:6a8e43b5030b9870d7402fb56f5efeebb83b76d65bf1c567a89b555340e127b2"}, + {file = "sphinx-6.1.1-py3-none-any.whl", hash = "sha256:5818c36a250f60d2767f2cee14247b7f39882d97f582e3696958000b65665c5b"}, ] sphinx-basic-ng = [ {file = "sphinx_basic_ng-1.0.0b1-py3-none-any.whl", hash = "sha256:ade597a3029c7865b24ad0eda88318766bcc2f9f4cef60df7e28126fde94db2a"}, diff --git a/pyproject.toml b/pyproject.toml index fb581a5..3212b2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.8" exceptiongroup = "^1.0.0" -sphinx = { version = ">=4.3,<6.1", optional = true } +sphinx = { version = ">=4.3,<6.2", optional = true } furo = { version = "^2022", optional = true } [tool.poetry.dev-dependencies]