From bfd23e54752875995680abb1fe2c50048ec08060 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 23:35:25 +0000 Subject: [PATCH] Bump the python-requirements group in /requirements with 4 updates Bumps the python-requirements group in /requirements with 4 updates: [pallets-sphinx-themes](https://github.com/pallets/pallets-sphinx-themes), [sphinx](https://github.com/sphinx-doc/sphinx), [pyright](https://github.com/RobertCraigie/pyright-python) and [types-setuptools](https://github.com/python/typeshed). Updates `pallets-sphinx-themes` from 2.1.1 to 2.1.2 - [Release notes](https://github.com/pallets/pallets-sphinx-themes/releases) - [Changelog](https://github.com/pallets/pallets-sphinx-themes/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/pallets-sphinx-themes/compare/2.1.1...2.1.2) Updates `sphinx` from 7.2.6 to 7.3.7 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.2.6...v7.3.7) Updates `pyright` from 1.1.357 to 1.1.359 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.357...v1.1.359) Updates `types-setuptools` from 69.2.0.20240317 to 69.5.0.20240423 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: pallets-sphinx-themes dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: pyright dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: types-setuptools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 8 ++++---- requirements/docs.txt | 4 ++-- requirements/typing.txt | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 186ceda46..dbe7bd279 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -92,7 +92,7 @@ packaging==24.0 # pytest # sphinx # tox -pallets-sphinx-themes==2.1.1 +pallets-sphinx-themes==2.1.2 # via -r docs.txt platformdirs==4.2.0 # via @@ -120,7 +120,7 @@ pygments==2.17.2 # sphinx pyproject-api==1.6.1 # via tox -pyright==1.1.357 +pyright==1.1.359 # via -r typing.txt pytest==8.1.1 # via @@ -142,7 +142,7 @@ snowballstemmer==2.2.0 # via # -r docs.txt # sphinx -sphinx==7.2.6 +sphinx==7.3.7 # via # -r docs.txt # pallets-sphinx-themes @@ -179,7 +179,7 @@ types-contextvars==2.4.7.3 # via -r typing.txt types-dataclasses==0.6.6 # via -r typing.txt -types-setuptools==69.2.0.20240317 +types-setuptools==69.5.0.20240423 # via -r typing.txt typing-extensions==4.11.0 # via diff --git a/requirements/docs.txt b/requirements/docs.txt index ed605ea92..38ccab9c9 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -26,7 +26,7 @@ packaging==24.0 # via # pallets-sphinx-themes # sphinx -pallets-sphinx-themes==2.1.1 +pallets-sphinx-themes==2.1.2 # via -r docs.in pygments==2.17.2 # via sphinx @@ -34,7 +34,7 @@ requests==2.31.0 # via sphinx snowballstemmer==2.2.0 # via sphinx -sphinx==7.2.6 +sphinx==7.3.7 # via # -r docs.in # pallets-sphinx-themes diff --git a/requirements/typing.txt b/requirements/typing.txt index 09c78d711..497dfe70b 100644 --- a/requirements/typing.txt +++ b/requirements/typing.txt @@ -16,7 +16,7 @@ packaging==24.0 # via pytest pluggy==1.4.0 # via pytest -pyright==1.1.357 +pyright==1.1.359 # via -r typing.in pytest==8.1.1 # via -r typing.in @@ -24,7 +24,7 @@ types-contextvars==2.4.7.3 # via -r typing.in types-dataclasses==0.6.6 # via -r typing.in -types-setuptools==69.2.0.20240317 +types-setuptools==69.5.0.20240423 # via -r typing.in typing-extensions==4.11.0 # via mypy