From 5435102b34a1ee413fe72282bdff93108df82051 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 16:58:05 +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.32.1` | `1.34.0` | | [coverage](https://github.com/coveragepy/coveragepy) | `7.11.0` | `7.12.0` | | [mypy](https://github.com/python/mypy) | `1.18.2` | `1.19.0` | | [pylint](https://github.com/pylint-dev/pylint) | `4.0.2` | `4.0.4` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `1.2.0` | `1.3.0` | Updates `basedpyright` from 1.32.1 to 1.34.0 - [Release notes](https://github.com/detachhead/basedpyright/releases) - [Commits](https://github.com/detachhead/basedpyright/compare/v1.32.1...v1.34.0) Updates `coverage` from 7.11.0 to 7.12.0 - [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.11.0...7.12.0) Updates `mypy` from 1.18.2 to 1.19.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.18.2...v1.19.0) Updates `pylint` from 4.0.2 to 4.0.4 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v4.0.2...v4.0.4) Updates `pytest-asyncio` from 1.2.0 to 1.3.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v1.2.0...v1.3.0) --- updated-dependencies: - dependency-name: basedpyright dependency-version: 1.34.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch-updates - dependency-name: coverage dependency-version: 7.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch-updates - dependency-name: mypy dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch-updates - dependency-name: pylint dependency-version: 4.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch-updates - dependency-name: pytest-asyncio dependency-version: 1.3.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 b0a08ad..27deccf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,10 @@ -basedpyright==1.32.1 +basedpyright==1.34.0 black==24.10.0 -coverage==7.11.0 +coverage==7.12.0 flit==3.12.0 -mypy==1.18.2 -pylint==4.0.2 -pytest-asyncio==1.2.0 +mypy==1.19.0 +pylint==4.0.4 +pytest-asyncio==1.3.0 pytest-cov==7.0.0 pytest==8.4.2 rope==1.14.0