From 43345b43fea79820495fae8a0bede22de263ebfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 15:05:32 +0000 Subject: [PATCH] Bump the minor-and-patch-updates group with 3 updates Bumps the minor-and-patch-updates group with 3 updates: [basedpyright](https://github.com/detachhead/basedpyright), [coverage](https://github.com/coveragepy/coveragepy) and [mypy](https://github.com/python/mypy). Updates `basedpyright` from 1.34.0 to 1.36.2 - [Release notes](https://github.com/detachhead/basedpyright/releases) - [Commits](https://github.com/detachhead/basedpyright/compare/v1.34.0...v1.36.2) Updates `coverage` from 7.12.0 to 7.13.1 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](https://github.com/coveragepy/coveragepy/compare/7.12.0...7.13.1) Updates `mypy` from 1.19.0 to 1.19.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.19.0...v1.19.1) --- updated-dependencies: - dependency-name: basedpyright dependency-version: 1.36.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch-updates - dependency-name: coverage dependency-version: 7.13.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch-updates - dependency-name: mypy dependency-version: 1.19.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch-updates ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 27deccf..cd8fe6a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ -basedpyright==1.34.0 +basedpyright==1.36.2 black==24.10.0 -coverage==7.12.0 +coverage==7.13.1 flit==3.12.0 -mypy==1.19.0 +mypy==1.19.1 pylint==4.0.4 pytest-asyncio==1.3.0 pytest-cov==7.0.0