Update pre-commit requirement from ==3.3.* to ==3.4.* (#319)

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.3.0...v3.4.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-10-17 14:06:04 +02:00 committed by GitHub
parent 69815ed103
commit 0f69ccbb0a
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.3.* coverage == 7.3.*
pre-commit == 3.3.* pre-commit == 3.4.*
psycopg2-binary == 2.9.* psycopg2-binary == 2.9.*
tox == 4.11.* tox == 4.11.*