From 6f3eae808fb43bc2f5d8e7707ea2bcaf52c78ba4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 08:13:36 +0000 Subject: [PATCH] Bump the python-requirements group in /requirements with 2 updates Bumps the python-requirements group in /requirements with 2 updates: [mypy](https://github.com/python/mypy) and [pyright](https://github.com/RobertCraigie/pyright-python). Updates `mypy` from 1.11.0 to 1.11.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.11...v1.11.1) Updates `pyright` from 1.1.373 to 1.1.374 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.373...v1.1.374) --- 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 ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 4 ++-- requirements/typing.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index affd65a..c359ed2 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -108,7 +108,7 @@ markupsafe==2.1.5 # -r typing.txt # jinja2 # werkzeug -mypy==1.11.0 +mypy==1.11.1 # via -r typing.txt mypy-extensions==1.0.0 # via @@ -150,7 +150,7 @@ pygments==2.18.0 # sphinx pyproject-api==1.6.1 # via tox -pyright==1.1.373 +pyright==1.1.374 # via -r typing.txt pytest==8.3.2 # via diff --git a/requirements/typing.txt b/requirements/typing.txt index 3d67988..8aef481 100644 --- a/requirements/typing.txt +++ b/requirements/typing.txt @@ -28,7 +28,7 @@ markupsafe==2.1.5 # via # jinja2 # werkzeug -mypy==1.11.0 +mypy==1.11.1 # via -r typing.in mypy-extensions==1.0.0 # via mypy @@ -38,7 +38,7 @@ packaging==24.0 # via pytest pluggy==1.5.0 # via pytest -pyright==1.1.373 +pyright==1.1.374 # via -r typing.in pytest==8.3.2 # via -r typing.in