Bump pre-commit from 2.20.0 to 3.1.1 (#521)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 13 Mar 2023 21:40:11 +0000 (22:40 +0100)
committerGitHub <noreply@github.com>
Mon, 13 Mar 2023 21:40:11 +0000 (22:40 +0100)
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.20.0 to 3.1.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/v2.20.0...v3.1.1)

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

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

index 4a7e739caf9e32ff7efd3089c3d62f7827c51912..38883e3081c6d0516b0c4d3cfd7562e6e9ec1584 100644 (file)
@@ -50,7 +50,7 @@ test = [
   "pytest==7.2.1",
   "pytest-aiohttp==1.0.4",
   "pytest-cov==4.0.0",
-  "pre-commit==2.20.0"
+  "pre-commit==3.1.1"
 ]
 
 [project.scripts]