Update pre-commit requirement from ==2.21.* to ==3.0.* (#242)

This commit is contained in:
dependabot[bot] 2023-01-30 20:43:55 +01:00 committed by GitHub
parent 898819cc3c
commit 6a8edfc3e6
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.0.* coverage == 7.0.*
orjson == 3.8.* orjson == 3.8.*
pre-commit == 2.21.* pre-commit == 3.0.*
python-decouple == 3.7 python-decouple == 3.7
tox == 4.3.* tox == 4.3.*