From e34a50c65399afe19af19295b64f8e9d6001affe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 23:36:33 +0000 Subject: [PATCH] build(deps-dev): bump the pip-minor-patch-updates group across 1 directory with 2 updates Bumps the pip-minor-patch-updates group with 2 updates in the / directory: [mypy](https://github.com/python/mypy) and [ruff](https://github.com/astral-sh/ruff). Updates `mypy` from 1.15.0 to 1.16.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.15.0...v1.16.0) Updates `ruff` from 0.11.8 to 0.11.12 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.11.8...0.11.12) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.16.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-minor-patch-updates - dependency-name: ruff dependency-version: 0.11.12 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-minor-patch-updates ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 7ee4e61..4c4005d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ -mypy==1.15.0 +mypy==1.16.0 pytest==8.3.5 pre-commit==4.2.0 pytest-cov==6.1.1 -ruff==0.11.8 +ruff==0.11.12