From 86a2cde6761eae1ead9bfbff8bbbd61d2a885365 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jun 2022 07:01:55 +0000 Subject: [PATCH] build(deps): bump sphinx from 4.4.0 to 5.0.1 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.4.0 to 5.0.1. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/5.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.4.0...v5.0.1) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 14 +++++++------- pyproject.toml | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index 91913f4..ee4e66c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -343,7 +343,7 @@ python-versions = "*" [[package]] name = "sphinx" -version = "4.4.0" +version = "5.0.1" description = "Python documentation generator" category = "main" optional = false @@ -353,7 +353,7 @@ python-versions = ">=3.6" alabaster = ">=0.7,<0.8" babel = ">=1.3" colorama = {version = ">=0.3.5", markers = "sys_platform == \"win32\""} -docutils = ">=0.14,<0.18" +docutils = ">=0.14,<0.19" imagesize = "*" importlib-metadata = {version = ">=4.4", markers = "python_version < \"3.10\""} Jinja2 = ">=2.3" @@ -370,8 +370,8 @@ sphinxcontrib-serializinghtml = ">=1.1.5" [package.extras] docs = ["sphinxcontrib-websupport"] -lint = ["flake8 (>=3.5.0)", "isort", "mypy (>=0.931)", "docutils-stubs", "types-typed-ast", "types-requests"] -test = ["pytest", "pytest-cov", "html5lib", "cython", "typed-ast"] +lint = ["flake8 (>=3.5.0)", "isort", "mypy (>=0.950)", "docutils-stubs", "types-typed-ast", "types-requests"] +test = ["pytest (>=4.6)", "html5lib", "cython", "typed-ast"] [[package]] name = "sphinx-autodoc-typehints" @@ -542,7 +542,7 @@ docs = ["sphinx", "sphinx-autodoc-typehints"] [metadata] lock-version = "1.1" python-versions = ">=3.7,<4.0" -content-hash = "737dcfbff2f6dfc553d7ae409344b3c8bed47c87f0ae4a5e8e50429eff7f836a" +content-hash = "61421724b7ec603a7de6b5e88840149ee889cd27f8a9c9c0e84a40fd404e1343" [metadata.files] alabaster = [ @@ -800,8 +800,8 @@ snowballstemmer = [ {file = "snowballstemmer-2.0.0.tar.gz", hash = "sha256:df3bac3df4c2c01363f3dd2cfa78cce2840a79b9f1c2d2de9ce8d31683992f52"}, ] sphinx = [ - {file = "Sphinx-4.4.0-py3-none-any.whl", hash = "sha256:5da895959511473857b6d0200f56865ed62c31e8f82dd338063b84ec022701fe"}, - {file = "Sphinx-4.4.0.tar.gz", hash = "sha256:6caad9786055cb1fa22b4a365c1775816b876f91966481765d7d50e9f0dd35cc"}, + {file = "Sphinx-5.0.1-py3-none-any.whl", hash = "sha256:36aa2a3c2f6d5230be94585bc5d74badd5f9ed8f3388b8eedc1726fe45b1ad30"}, + {file = "Sphinx-5.0.1.tar.gz", hash = "sha256:f4da1187785a5bc7312cc271b0e867a93946c319d106363e102936a3d9857306"}, ] sphinx-autodoc-typehints = [ {file = "sphinx-autodoc-typehints-1.11.1.tar.gz", hash = "sha256:244ba6d3e2fdb854622f643c7763d6f95b6886eba24bec28e86edf205e4ddb20"}, diff --git a/pyproject.toml b/pyproject.toml index 0243984..d4846aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dataslots = "^1.0.2" lxml = "^4.6.2" python = ">=3.7,<4.0" requests = "^2.25.1" -sphinx = {version = ">=3.4.2,<5.0.0", optional = true} +sphinx = {version = ">=3.4.2,<6.0.0", optional = true} sphinx-autodoc-typehints = {version = "^1.11.1", optional = true} unstdlib = "^1.7.2" @@ -26,7 +26,7 @@ unstdlib = "^1.7.2" black = "^22.1" isort = "^5.10.1" pytest = "^7.0.1" -sphinx = ">=3.4.2,<5.0.0" +sphinx = ">=3.4.2,<6.0.0" sphinx-autodoc-typehints = "^1.11.1" toml-sort = "^0.19.0"