From faa2f04ee3901c462d4b300118777768332a08e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 14:22:53 +0000 Subject: [PATCH] Bump the python-requirements group in /requirements with 4 updates Bumps the python-requirements group in /requirements with 4 updates: [mypy](https://github.com/python/mypy), [pyright](https://github.com/RobertCraigie/pyright-python), [pytest](https://github.com/pytest-dev/pytest) and [tox](https://github.com/tox-dev/tox). Updates `mypy` from 1.10.0 to 1.10.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.10.0...v1.10.1) Updates `pyright` from 1.1.365 to 1.1.369 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.365...v1.1.369) Updates `pytest` from 8.2.1 to 8.2.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.1...8.2.2) Updates `tox` from 4.15.0 to 4.15.1 - [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.15.0...4.15.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: pyright dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: pytest 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-patch dependency-group: python-requirements ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 8 ++++---- requirements/tests.txt | 2 +- requirements/typing.txt | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 0d2a3b4..808948f 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -63,7 +63,7 @@ markupsafe==2.1.5 # via # -r docs.txt # jinja2 -mypy==1.10.0 +mypy==1.10.1 # via -r typing.txt mypy-extensions==1.0.0 # via @@ -104,9 +104,9 @@ pygments==2.17.2 # sphinx pyproject-api==1.6.1 # via tox -pyright==1.1.365 +pyright==1.1.369 # via -r typing.txt -pytest==8.2.1 +pytest==8.2.2 # via # -r tests.txt # -r typing.txt @@ -159,7 +159,7 @@ sphinxcontrib-serializinghtml==1.1.10 # via # -r docs.txt # sphinx -tox==4.15.0 +tox==4.15.1 # via -r dev.in typing-extensions==4.11.0 # via diff --git a/requirements/tests.txt b/requirements/tests.txt index b8fb230..3c81316 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.1 +pytest==8.2.2 # via -r tests.in python-dateutil==2.9.0.post0 # via freezegun diff --git a/requirements/typing.txt b/requirements/typing.txt index 74c8a8d..59fc970 100644 --- a/requirements/typing.txt +++ b/requirements/typing.txt @@ -6,7 +6,7 @@ # iniconfig==2.0.0 # via pytest -mypy==1.10.0 +mypy==1.10.1 # via -r typing.in mypy-extensions==1.0.0 # via mypy @@ -16,9 +16,9 @@ packaging==24.0 # via pytest pluggy==1.5.0 # via pytest -pyright==1.1.365 +pyright==1.1.369 # via -r typing.in -pytest==8.2.1 +pytest==8.2.2 # via -r typing.in typing-extensions==4.11.0 # via mypy