diff options
author | 2025-02-09 18:02:03 +0000 | |
---|---|---|
committer | 2025-02-11 20:42:40 +0100 | |
commit | 5ef96534961f1da83e12a552bd091811f2e65f37 (patch) | |
tree | f0b566298b6ef96a32dc22f1eef5053b1bb1171e /pyproject.toml | |
parent | Bump 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.toml | 2 |
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" |