From 80d3acf29702f2903864a0dcca72184f705a584f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 11:02:00 +0000 Subject: [PATCH] Bump the python-requirements group in /requirements with 9 updates Bumps the python-requirements group in /requirements with 9 updates: | Package | From | To | | --- | --- | --- | | [build](https://github.com/pypa/build) | `1.0.3` | `1.2.1` | | [pytest](https://github.com/pytest-dev/pytest) | `8.0.0` | `8.2.0` | | [furo](https://github.com/pradyunsg/furo) | `2024.1.29` | `2024.4.27` | | [myst-parser](https://github.com/executablebooks/MyST-Parser) | `2.0.0` | `3.0.1` | | [sphinx](https://github.com/sphinx-doc/sphinx) | `7.2.6` | `7.3.7` | | [mypy](https://github.com/python/mypy) | `1.8.0` | `1.10.0` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `3.6.0` | `3.7.0` | | [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.350` | `1.1.360` | | [tox](https://github.com/tox-dev/tox) | `4.12.1` | `4.15.0` | Updates `build` from 1.0.3 to 1.2.1 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/build/compare/1.0.3...1.2.1) Updates `pytest` from 8.0.0 to 8.2.0 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.0.0...8.2.0) Updates `furo` from 2024.1.29 to 2024.4.27 - [Release notes](https://github.com/pradyunsg/furo/releases) - [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md) - [Commits](https://github.com/pradyunsg/furo/compare/2024.01.29...2024.04.27) Updates `myst-parser` from 2.0.0 to 3.0.1 - [Release notes](https://github.com/executablebooks/MyST-Parser/releases) - [Changelog](https://github.com/executablebooks/MyST-Parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/executablebooks/MyST-Parser/compare/v2.0.0...v3.0.1) 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 `mypy` from 1.8.0 to 1.10.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.8.0...v1.10.0) Updates `pre-commit` from 3.6.0 to 3.7.0 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v3.6.0...v3.7.0) Updates `pyright` from 1.1.350 to 1.1.360 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.350...v1.1.360) Updates `tox` from 4.12.1 to 4.15.0 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/4.12.1...4.15.0) --- updated-dependencies: - dependency-name: build dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: furo dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: myst-parser dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-requirements - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: pre-commit dependency-type: direct:development 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: tox dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-requirements ... Signed-off-by: dependabot[bot] --- requirements/build.txt | 2 +- requirements/dev.txt | 18 +++++++++--------- requirements/docs.txt | 6 +++--- requirements/tests.txt | 4 ++-- requirements/typing.txt | 8 ++++---- 5 files changed, 19 insertions(+), 19 deletions(-) diff --git a/requirements/build.txt b/requirements/build.txt index fc64040..6db0c14 100644 --- a/requirements/build.txt +++ b/requirements/build.txt @@ -4,7 +4,7 @@ # # pip-compile build.in # -build==1.0.3 +build==1.2.1 # via -r build.in packaging==23.2 # via build diff --git a/requirements/dev.txt b/requirements/dev.txt index 6736573..6a9c99a 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -43,7 +43,7 @@ filelock==3.13.1 # via # tox # virtualenv -furo==2024.1.29 +furo==2024.4.27 # via -r docs.txt identify==2.5.33 # via pre-commit @@ -82,13 +82,13 @@ mdurl==0.1.2 # via # -r docs.txt # markdown-it-py -mypy==1.8.0 +mypy==1.10.0 # via -r typing.txt mypy-extensions==1.0.0 # via # -r typing.txt # mypy -myst-parser==2.0.0 +myst-parser==3.0.1 # via -r docs.txt nodeenv==1.8.0 # via @@ -108,13 +108,13 @@ platformdirs==4.2.0 # via # tox # virtualenv -pluggy==1.4.0 +pluggy==1.5.0 # via # -r tests.txt # -r typing.txt # pytest # tox -pre-commit==3.6.0 +pre-commit==3.7.0 # via -r dev.in pygments==2.17.2 # via @@ -123,9 +123,9 @@ pygments==2.17.2 # sphinx pyproject-api==1.6.1 # via tox -pyright==1.1.350 +pyright==1.1.360 # via -r typing.txt -pytest==8.0.0 +pytest==8.2.0 # via # -r tests.txt # -r typing.txt @@ -146,7 +146,7 @@ soupsieve==2.5 # via # -r docs.txt # beautifulsoup4 -sphinx==7.2.6 +sphinx==7.3.7 # via # -r docs.txt # furo @@ -183,7 +183,7 @@ sphinxcontrib-serializinghtml==1.1.10 # via # -r docs.txt # sphinx -tox==4.12.1 +tox==4.15.0 # via -r dev.in typing-extensions==4.9.0 # via diff --git a/requirements/docs.txt b/requirements/docs.txt index 70ae84e..9090df1 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -18,7 +18,7 @@ docutils==0.20.1 # via # myst-parser # sphinx -furo==2024.1.29 +furo==2024.4.27 # via -r docs.in idna==3.6 # via requests @@ -38,7 +38,7 @@ mdit-py-plugins==0.4.0 # via myst-parser mdurl==0.1.2 # via markdown-it-py -myst-parser==2.0.0 +myst-parser==3.0.1 # via -r docs.in packaging==23.2 # via sphinx @@ -54,7 +54,7 @@ snowballstemmer==2.2.0 # via sphinx soupsieve==2.5 # via beautifulsoup4 -sphinx==7.2.6 +sphinx==7.3.7 # via # -r docs.in # furo diff --git a/requirements/tests.txt b/requirements/tests.txt index bf60ac9..3bf95df 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -8,7 +8,7 @@ iniconfig==2.0.0 # via pytest packaging==23.2 # via pytest -pluggy==1.4.0 +pluggy==1.5.0 # via pytest -pytest==8.0.0 +pytest==8.2.0 # via -r tests.in diff --git a/requirements/typing.txt b/requirements/typing.txt index 81516ba..a51ab87 100644 --- a/requirements/typing.txt +++ b/requirements/typing.txt @@ -6,7 +6,7 @@ # iniconfig==2.0.0 # via pytest -mypy==1.8.0 +mypy==1.10.0 # via -r typing.in mypy-extensions==1.0.0 # via mypy @@ -14,11 +14,11 @@ nodeenv==1.8.0 # via pyright packaging==23.2 # via pytest -pluggy==1.4.0 +pluggy==1.5.0 # via pytest -pyright==1.1.350 +pyright==1.1.360 # via -r typing.in -pytest==8.0.0 +pytest==8.2.0 # via -r typing.in typing-extensions==4.9.0 # via mypy