From a2362ec4dd93de4c704f4cba1ccc714e8f14a1ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 21:37:04 +0000 Subject: [PATCH] Bump the python-requirements group across 1 directory with 4 updates Bumps the python-requirements group with 4 updates in the /requirements directory: [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.370 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.365...v1.1.370) 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 907a5e2..9c7f46c 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -108,7 +108,7 @@ markupsafe==2.1.5 # -r typing.txt # jinja2 # werkzeug -mypy==1.10.0 +mypy==1.10.1 # via -r typing.txt mypy-extensions==1.0.0 # via @@ -150,9 +150,9 @@ pygments==2.18.0 # sphinx pyproject-api==1.6.1 # via tox -pyright==1.1.365 +pyright==1.1.370 # via -r typing.txt -pytest==8.2.1 +pytest==8.2.2 # via # -r tests.txt # -r typing.txt @@ -214,7 +214,7 @@ tomli==2.0.1 # pyproject-api # pytest # tox -tox==4.15.0 +tox==4.15.1 # via -r dev.in types-docutils==0.21.0.20240423 # via diff --git a/requirements/tests.txt b/requirements/tests.txt index 5bc0675..67b8a9f 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -34,7 +34,7 @@ pluggy==1.5.0 # via pytest pygments==2.18.0 # via -r tests.in -pytest==8.2.1 +pytest==8.2.2 # via -r tests.in sqlalchemy==2.0.29 # via flask-sqlalchemy diff --git a/requirements/typing.txt b/requirements/typing.txt index a43f839..b3efcb7 100644 --- a/requirements/typing.txt +++ b/requirements/typing.txt @@ -28,7 +28,7 @@ markupsafe==2.1.5 # via # jinja2 # werkzeug -mypy==1.10.0 +mypy==1.10.1 # via -r typing.in mypy-extensions==1.0.0 # via mypy @@ -38,9 +38,9 @@ packaging==24.0 # via pytest pluggy==1.5.0 # via pytest -pyright==1.1.365 +pyright==1.1.370 # via -r typing.in -pytest==8.2.1 +pytest==8.2.2 # via -r typing.in sqlalchemy==2.0.29 # via flask-sqlalchemy