From 1a760871ab2de6fea4caad036ab38daa2135d669 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 19:56:03 +0100 Subject: Bump pre-commit from 3.7.0 to 3.7.1 (#1318) Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.7.0 to 3.7.1. - [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.7.0...v3.7.1) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 5a38c029..2a13501d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ taskipy = "1.12.2" ruff = "0.4.4" [tool.poetry.group.lint.dependencies] -pre-commit = "3.7.0" +pre-commit = "3.7.1" [tool.poetry.group.test.dependencies] coverage = "7.5.1" -- cgit v1.2.3