From 31daeb519058c0501e85718a52fdae5b8ef93fb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 May 2025 14:38:01 +0000 Subject: [PATCH] chore(deps): bump the pip group with 3 updates Updates the requirements on [mypy](https://github.com/python/mypy), [ruff](https://github.com/astral-sh/ruff) and [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version. Updates `mypy` to 1.15.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.8.0...v1.15.0) Updates `ruff` from 0.4.1 to 0.11.8 - [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/v0.4.1...0.11.8) Updates `pre-commit` to 4.2.0 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v3.6.0...v4.2.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.15.0 dependency-type: direct:production dependency-group: pip - dependency-name: ruff dependency-version: 0.11.8 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: pre-commit dependency-version: 4.2.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cd427f2..1d3255c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,9 +82,9 @@ test = [ dev = [ "taskiq-faststream[test]", - "mypy>=1.8.0,<1.12.0", - "ruff==0.4.1", - "pre-commit >=3.6.0,<4.0.0", + "mypy>=1.8.0,<1.16.0", + "ruff==0.11.8", + "pre-commit >=3.6.0,<5.0.0", ] [project.urls]