Update pre-commit requirement from ==3.1.* to ==3.2.* (#266)

Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version.
- [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.0...v3.2.0)

---
updated-dependencies:
- dependency-name: pre-commit
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
master
dependabot[bot] 2023-03-20 16:10:22 +01:00 committed by GitHub
parent 3ed84fb071
commit 7b12fea8b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
coverage == 7.2.* coverage == 7.2.*
pre-commit == 3.1.* pre-commit == 3.2.*
psycopg2-binary == 2.9.* psycopg2-binary == 2.9.*
tox == 4.4.* tox == 4.4.*