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
parent
3ed84fb071
commit
7b12fea8b3
|
|
@ -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.*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue