diff options
| author | 2023-03-24 04:09:13 +0000 | |
|---|---|---|
| committer | 2023-03-24 04:09:13 +0000 | |
| commit | b85e9c18573ee1bea969e527fc84e07bd50e8566 (patch) | |
| tree | bb5ed42a2d444630aec52d7e248ec7226d8876f7 /pyproject.toml | |
| parent | Bump sentry-sdk from 1.16.0 to 1.17.0 (#1233) (diff) | |
Bump pre-commit from 3.1.1 to 3.2.0
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.1.1 to 3.2.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.1.1...v3.2.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 1a0d72ca..7da9bf05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ flake8-todo = "0.7" flake8-isort = "6.0.0" pep8-naming = "0.13.3" pip-licenses = "4.1.0" -pre-commit = "3.1.1" +pre-commit = "3.2.0" python-dotenv = "1.0.0" taskipy = "1.10.3" |