From b55629b609154e8714c23c78474f62112c20a95e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 19:51:46 +0000 Subject: [PATCH] Bump the minor-and-patch-updates group with 5 updates Bumps the minor-and-patch-updates group with 5 updates: | Package | From | To | | --- | --- | --- | | [basedpyright](https://github.com/detachhead/basedpyright) | `1.37.3` | `1.39.0` | | [coverage](https://github.com/coveragepy/coveragepy) | `7.13.2` | `7.13.5` | | [mypy](https://github.com/python/mypy) | `1.19.1` | `1.20.0` | | [pylint](https://github.com/pylint-dev/pylint) | `4.0.4` | `4.0.5` | | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `7.0.0` | `7.1.0` | Updates `basedpyright` from 1.37.3 to 1.39.0 - [Release notes](https://github.com/detachhead/basedpyright/releases) - [Commits](https://github.com/detachhead/basedpyright/compare/v1.37.3...v1.39.0) Updates `coverage` from 7.13.2 to 7.13.5 - [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.13.2...7.13.5) Updates `mypy` from 1.19.1 to 1.20.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.19.1...v1.20.0) Updates `pylint` from 4.0.4 to 4.0.5 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v4.0.4...v4.0.5) Updates `pytest-cov` from 7.0.0 to 7.1.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v7.0.0...v7.1.0) --- updated-dependencies: - dependency-name: basedpyright dependency-version: 1.39.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch-updates - dependency-name: coverage dependency-version: 7.13.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch-updates - dependency-name: mypy dependency-version: 1.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch-updates - dependency-name: pylint dependency-version: 4.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch-updates - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch-updates ... Signed-off-by: dependabot[bot] --- requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index c0ec763..24c9b51 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,11 @@ -basedpyright==1.37.3 +basedpyright==1.39.0 black==24.10.0 -coverage==7.13.2 +coverage==7.13.5 flit==3.12.0 -mypy==1.19.1 -pylint==4.0.4 +mypy==1.20.0 +pylint==4.0.5 pytest-asyncio==1.3.0 -pytest-cov==7.0.0 +pytest-cov==7.1.0 pytest==9.0.2 rope==1.14.0 typing-extensions==4.15.0