aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-02-09 18:02:03 +0000
committerGravatar Johannes Christ <[email protected]>2025-02-11 20:42:40 +0100
commit5ef96534961f1da83e12a552bd091811f2e65f37 (patch)
treef0b566298b6ef96a32dc22f1eef5053b1bb1171e /pyproject.toml
parentBump httpx from 0.27.2 to 0.28.1 (diff)
Bump pre-commit from 4.0.1 to 4.1.0
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 4.0.1 to 4.1.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/v4.0.1...v4.1.0)
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 5e4a0667..2a277fa3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -33,7 +33,7 @@ taskipy = "1.14.1"
ruff = "0.8.0"
[tool.poetry.group.lint.dependencies]
-pre-commit = "4.0.1"
+pre-commit = "4.1.0"
[tool.poetry.group.test.dependencies]
coverage = "7.6.10"