Bump pre-commit from 2.19.0 to 2.20.0 (#738)

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.19.0 to 2.20.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/v2.19.0...v2.20.0)

---
updated-dependencies:
- dependency-name: pre-commit
  dependency-type: direct:development
  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>
This commit is contained in:
dependabot[bot]
2022-07-11 03:15:02 +01:00
committed by GitHub
parent 8a39ab07d9
commit 0f2f4badbc
2 changed files with 74 additions and 614 deletions

View File

@ -113,7 +113,7 @@ dataclasses = { version = ">=0.6.0,<0.8 || >0.8,<1.0.0" }
# Performance testing
yappi = "^1.3.5"
pre-commit = "^2.19.0"
pre-commit = "^2.20.0"
[tool.poetry.extras]
postgresql = ["asyncpg", "psycopg2-binary"]