Bump pre-commit from 3.1.1 to 3.2.0 (#555)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 21 Mar 2023 23:53:51 +0000 (00:53 +0100)
committerGitHub <noreply@github.com>
Tue, 21 Mar 2023 23:53:51 +0000 (00:53 +0100)
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:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pyproject.toml

index 36e5967835ed720b764c2d62350ec3d394a413e9..134a5dd7e217f51a394067e9c9aa7138099c47ff 100644 (file)
@@ -51,7 +51,7 @@ test = [
   "pytest-asyncio==0.20.3",
   "pytest-aiohttp==1.0.4",
   "pytest-cov==4.0.0",
-  "pre-commit==3.1.1"
+  "pre-commit==3.2.0"
 ]
 
 [project.scripts]