From 706739b9487ddd2318ef65f1b35c6f2528fa455a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 08:07:09 +0000 Subject: [PATCH] Bump sphinx from 4.2.0 to 6.1.3 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.2.0 to 6.1.3. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.2.0...v6.1.3) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 10 +++++----- requirements/docs.txt | 11 ++++------- 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 5cbfca4d..464a4bbf 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -10,7 +10,7 @@ attrs==21.2.0 # via pytest babel==2.9.1 # via sphinx -backports.entry-points-selectable==1.1.0 +backports-entry-points-selectable==1.1.0 # via virtualenv blinker==1.4 # via -r requirements/tests.in @@ -24,7 +24,7 @@ click==8.0.3 # via pip-tools distlib==0.3.3 # via virtualenv -docutils==0.17.1 +docutils==0.19 # via sphinx filelock==3.3.2 # via @@ -34,7 +34,7 @@ identify==2.3.3 # via pre-commit idna==3.3 # via requests -imagesize==1.2.0 +imagesize==1.4.1 # via sphinx iniconfig==1.1.1 # via pytest @@ -70,7 +70,7 @@ py==1.10.0 # via # pytest # tox -pygments==2.10.0 +pygments==2.14.0 # via sphinx pyparsing==2.4.7 # via packaging @@ -88,7 +88,7 @@ six==1.16.0 # virtualenv snowballstemmer==2.1.0 # via sphinx -sphinx==4.2.0 +sphinx==6.1.3 # via # -r requirements/docs.in # pallets-sphinx-themes diff --git a/requirements/docs.txt b/requirements/docs.txt index bd47a92d..7943e5e6 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -12,11 +12,11 @@ certifi==2021.10.8 # via requests charset-normalizer==2.0.7 # via requests -docutils==0.17.1 +docutils==0.19 # via sphinx idna==3.3 # via requests -imagesize==1.2.0 +imagesize==1.4.1 # via sphinx jinja2==3.0.2 # via sphinx @@ -28,7 +28,7 @@ packaging==21.2 # sphinx pallets-sphinx-themes==2.0.1 # via -r requirements/docs.in -pygments==2.10.0 +pygments==2.14.0 # via sphinx pyparsing==2.4.7 # via packaging @@ -38,7 +38,7 @@ requests==2.26.0 # via sphinx snowballstemmer==2.1.0 # via sphinx -sphinx==4.2.0 +sphinx==6.1.3 # via # -r requirements/docs.in # pallets-sphinx-themes @@ -62,6 +62,3 @@ sphinxcontrib-serializinghtml==1.1.5 # via sphinx urllib3==1.26.7 # via requests - -# The following packages are considered to be unsafe in a requirements file: -# setuptools