From 9665341a98d02075020b6c7bc1019ed85eb957d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 15:28:28 +0000 Subject: [PATCH] Bump the python-requirements group in /requirements with 6 updates Bumps the python-requirements group in /requirements with 6 updates: | Package | From | To | | --- | --- | --- | | [sphinx](https://github.com/sphinx-doc/sphinx) | `7.3.7` | `8.0.2` | | [pytest](https://github.com/pytest-dev/pytest) | `8.2.2` | `8.3.2` | | [cryptography](https://github.com/pyca/cryptography) | `42.0.8` | `43.0.0` | | [mypy](https://github.com/python/mypy) | `1.10.1` | `1.11.1` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `3.7.1` | `3.8.0` | | [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.369` | `1.1.374` | Updates `sphinx` from 7.3.7 to 8.0.2 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.0.2/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.3.7...v8.0.2) Updates `pytest` from 8.2.2 to 8.3.2 - [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.2.2...8.3.2) Updates `cryptography` from 42.0.8 to 43.0.0 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.8...43.0.0) Updates `mypy` from 1.10.1 to 1.11.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.10.1...v1.11.1) Updates `pre-commit` from 3.7.1 to 3.8.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.7.1...v3.8.0) Updates `pyright` from 1.1.369 to 1.1.374 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.369...v1.1.374) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-requirements - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-major 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 ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 12 ++++++------ requirements/docs.txt | 2 +- requirements/tests.txt | 2 +- requirements/typing.txt | 8 ++++---- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index dc509596..f06771d1 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -36,7 +36,7 @@ charset-normalizer==3.3.2 # requests colorama==0.4.6 # via tox -cryptography==42.0.8 +cryptography==43.0.0 # via -r typing.txt distlib==0.3.8 # via virtualenv @@ -72,7 +72,7 @@ markupsafe==2.1.5 # via # -r docs.txt # jinja2 -mypy==1.10.1 +mypy==1.11.1 # via -r typing.txt mypy-extensions==1.0.0 # via @@ -105,7 +105,7 @@ pluggy==1.5.0 # -r typing.txt # pytest # tox -pre-commit==3.7.1 +pre-commit==3.8.0 # via -r dev.in pycparser==2.22 # via @@ -118,9 +118,9 @@ pygments==2.17.2 # sphinx-tabs pyproject-api==1.6.1 # via tox -pyright==1.1.369 +pyright==1.1.374 # via -r typing.txt -pytest==8.2.2 +pytest==8.3.2 # via # -r tests.txt # -r typing.txt @@ -138,7 +138,7 @@ snowballstemmer==2.2.0 # via # -r docs.txt # sphinx -sphinx==7.3.7 +sphinx==8.0.2 # via # -r docs.txt # pallets-sphinx-themes diff --git a/requirements/docs.txt b/requirements/docs.txt index fe7501f1..2ff507f1 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -38,7 +38,7 @@ requests==2.31.0 # via sphinx snowballstemmer==2.2.0 # via sphinx -sphinx==7.3.7 +sphinx==8.0.2 # via # -r docs.in # pallets-sphinx-themes diff --git a/requirements/tests.txt b/requirements/tests.txt index b2d01531..f176efff 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -12,7 +12,7 @@ packaging==24.0 # via pytest pluggy==1.5.0 # via pytest -pytest==8.2.2 +pytest==8.3.2 # via -r tests.in python-dotenv==1.0.1 # via -r tests.in diff --git a/requirements/typing.txt b/requirements/typing.txt index cd08335f..7daa20f7 100644 --- a/requirements/typing.txt +++ b/requirements/typing.txt @@ -8,11 +8,11 @@ asgiref==3.8.1 # via -r typing.in cffi==1.16.0 # via cryptography -cryptography==42.0.8 +cryptography==43.0.0 # via -r typing.in iniconfig==2.0.0 # via pytest -mypy==1.10.1 +mypy==1.11.1 # via -r typing.in mypy-extensions==1.0.0 # via mypy @@ -24,9 +24,9 @@ pluggy==1.5.0 # via pytest pycparser==2.22 # via cffi -pyright==1.1.369 +pyright==1.1.374 # via -r typing.in -pytest==8.2.2 +pytest==8.3.2 # via -r typing.in python-dotenv==1.0.1 # via -r typing.in