Bump pre-commit from 3.2.0 to 3.2.1 (#585)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 28 Mar 2023 16:26:12 +0000 (18:26 +0200)
committerGitHub <noreply@github.com>
Tue, 28 Mar 2023 16:26:12 +0000 (18:26 +0200)
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.2.0 to 3.2.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.2.0...v3.2.1)

---
updated-dependencies:
- dependency-name: pre-commit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

index 457e9d07cb6e30700713297326018c546091aacd..8d6003b1d567c89936cd52c5ad2d02f7a5c35a04 100644 (file)
@@ -52,7 +52,7 @@ test = [
   "pytest-asyncio==0.21.0",
   "pytest-aiohttp==1.0.4",
   "pytest-cov==4.0.0",
-  "pre-commit==3.2.0"
+  "pre-commit==3.2.1"
 ]
 
 [project.scripts]