diff options
author | 2023-04-05 19:13:49 +0000 | |
---|---|---|
committer | 2023-04-05 19:13:49 +0000 | |
commit | 3f02156e8cee1bd06ca2603433e5a8ed2fb837d4 (patch) | |
tree | d70c3ef37397d1b2bb6b630108f21291ff354cca /pyproject.toml | |
parent | Bump sentry-sdk from 1.18.0 to 1.19.0 (#930) (diff) |
Bump pre-commit from 3.2.1 to 3.2.2 (#929)
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.2.1 to 3.2.2.
- [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.2.1...v3.2.2)
---
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 a47d471d..ef7a5799 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ flake8-tidy-imports = "4.8.0" flake8-string-format = "0.3.0" flake8-todo = "0.7" pep8-naming = "0.13.3" -pre-commit = "3.2.1" +pre-commit = "3.2.2" [tool.poetry.group.test.dependencies] coverage = "7.2.2" |