Update pre-commit requirement from ==3.0.* to ==3.1.* (#251)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-02-27 14:49:04 +01:00 committed by GitHub
parent cb4993b500
commit b4aeec855b
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,5 +1,5 @@
coverage == 7.1.*
orjson == 3.8.*
pre-commit == 3.0.*
pre-commit == 3.1.*
python-decouple == 3.7
tox == 4.4.*