diff options
author | 2024-07-29 13:51:46 +0000 | |
---|---|---|
committer | 2024-07-29 13:51:46 +0000 | |
commit | a3b8bb6681a99c8030301bd530ffe5fcf1215d8a (patch) | |
tree | 7fcb52a40ab8f37b3cc4a9b6ced4fcf72b85517a /pyproject.toml | |
parent | Bump version to 2.7.0 (diff) |
Bump pre-commit from 3.7.1 to 3.8.0dependabot/pip/pre-commit-3.8.0
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.7.1 to 3.8.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.7.1...v3.8.0)
---
updated-dependencies:
- dependency-name: pre-commit
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
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 ed9d199..43a2af6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ python-dotenv = "1.0.1" asyncpg = "0.29.0" [tool.poetry.dev-dependencies] -pre-commit = "3.7.1" +pre-commit = "3.8.0" ruff = "0.5.0" [build-system] |