diff options
author | 2024-05-13 19:49:08 +0100 | |
---|---|---|
committer | 2024-05-13 19:49:08 +0100 | |
commit | 60897c1591141252e147c221d8b56af80759a06d (patch) | |
tree | e2dea31ef5e6b2372eaf425c5681f63702cee004 /pyproject.toml | |
parent | Bump sentry-sdk from 2.0.1 to 2.1.1 (#1526) (diff) |
Bump pre-commit from 3.7.0 to 3.7.1 (#1529)
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 92b35fe8..2c783ef1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ pydantic-settings = "2.2.1" [tool.poetry.dev-dependencies] pip-licenses = "4.4.0" -pre-commit = "3.7.0" +pre-commit = "3.7.1" python-dotenv = "1.0.1" ruff = "0.3.7" taskipy = "1.12.2" |