From d9eee80b87337da6df105543b0f5c972bf737088 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 01:09:29 +0000 Subject: [PATCH] Bump the dependencies group with 8 updates Bumps the dependencies group with 8 updates: | Package | Update | | --- | --- | | [coverage[toml]](https://github.com/nedbat/coveragepy) | 7.2.7 to 7.3.0 | | [docutils](https://docutils.sourceforge.io/) | 0.19 to 0.20.1 | | [pygments](https://github.com/pygments/pygments) | 2.15.1 to 2.16.1 | | [sphinx](https://github.com/sphinx-doc/sphinx) | 7.1.1 to 7.1.2 | | [sphinxcontrib-devhelp](https://github.com/sphinx-doc/sphinxcontrib-devhelp) | 1.0.2 to 1.0.4 | | [sphinxcontrib-htmlhelp](https://github.com/sphinx-doc/sphinxcontrib-htmlhelp) | 2.0.1 to 2.0.3 | | [sphinxcontrib-qthelp](https://github.com/sphinx-doc/sphinxcontrib-qthelp) | 1.0.3 to 1.0.5 | | [sphinxcontrib-serializinghtml](https://github.com/sphinx-doc/sphinxcontrib-serializinghtml) | 1.1.5 to 1.1.7 | Updates `coverage[toml]` from 7.2.7 to 7.3.0 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.2.7...7.3.0) Updates `docutils` from 0.19 to 0.20.1 Updates `pygments` from 2.15.1 to 2.16.1 - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](https://github.com/pygments/pygments/compare/2.15.1...2.16.1) Updates `sphinx` from 7.1.1 to 7.1.2 - [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/v7.1.1...v7.1.2) Updates `sphinxcontrib-devhelp` from 1.0.2 to 1.0.4 - [Release notes](https://github.com/sphinx-doc/sphinxcontrib-devhelp/releases) - [Changelog](https://github.com/sphinx-doc/sphinxcontrib-devhelp/blob/master/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinxcontrib-devhelp/compare/1.0.2...1.0.4) Updates `sphinxcontrib-htmlhelp` from 2.0.1 to 2.0.3 - [Release notes](https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/releases) - [Changelog](https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/blob/master/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/compare/2.0.1...2.0.3) Updates `sphinxcontrib-qthelp` from 1.0.3 to 1.0.5 - [Release notes](https://github.com/sphinx-doc/sphinxcontrib-qthelp/releases) - [Changelog](https://github.com/sphinx-doc/sphinxcontrib-qthelp/blob/master/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinxcontrib-qthelp/compare/1.0.3...1.0.5) Updates `sphinxcontrib-serializinghtml` from 1.1.5 to 1.1.7 - [Release notes](https://github.com/sphinx-doc/sphinxcontrib-serializinghtml/releases) - [Changelog](https://github.com/sphinx-doc/sphinxcontrib-serializinghtml/blob/master/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinxcontrib-serializinghtml/compare/1.1.5...1.1.7) --- updated-dependencies: - dependency-name: coverage[toml] dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: docutils dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: pygments dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: sphinx dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: sphinxcontrib-devhelp dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: sphinxcontrib-htmlhelp dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: sphinxcontrib-qthelp dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: sphinxcontrib-serializinghtml dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- docs-requirements.txt | 21 +++++++++++++-------- test-requirements.txt | 2 +- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/docs-requirements.txt b/docs-requirements.txt index c433dd4..fd423be 100644 --- a/docs-requirements.txt +++ b/docs-requirements.txt @@ -16,7 +16,7 @@ charset-normalizer==3.2.0 # via requests cryptography==41.0.1 # via -r docs-requirements.in -docutils==0.19 +docutils==0.20.1 # via sphinx idna==3.4 # via @@ -32,25 +32,30 @@ packaging==23.1 # via sphinx pycparser==2.21 # via cffi -pygments==2.15.1 +pygments==2.16.1 # via sphinx requests==2.31.0 # via sphinx snowballstemmer==2.2.0 # via sphinx -sphinx==7.1.1 - # via sphinxcontrib-trio +sphinx==7.1.2 + # via + # sphinxcontrib-devhelp + # sphinxcontrib-htmlhelp + # sphinxcontrib-qthelp + # sphinxcontrib-serializinghtml + # sphinxcontrib-trio sphinxcontrib-applehelp==1.0.2 # via sphinx -sphinxcontrib-devhelp==1.0.2 +sphinxcontrib-devhelp==1.0.4 # via sphinx -sphinxcontrib-htmlhelp==2.0.1 +sphinxcontrib-htmlhelp==2.0.3 # via sphinx sphinxcontrib-jsmath==1.0.1 # via sphinx -sphinxcontrib-qthelp==1.0.3 +sphinxcontrib-qthelp==1.0.5 # via sphinx -sphinxcontrib-serializinghtml==1.1.5 +sphinxcontrib-serializinghtml==1.1.7 # via sphinx sphinxcontrib-trio==1.1.2 # via -r docs-requirements.in diff --git a/test-requirements.txt b/test-requirements.txt index cb52d7c..3ae374c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8,7 +8,7 @@ attrs==23.1.0 # via service-identity cffi==1.15.1 # via cryptography -coverage[toml]==7.2.7 +coverage[toml]==7.3.0 # via -r test-requirements.in cryptography==41.0.1 # via