Skip to content

Commit 2904373

Browse files
fix(deps-dev): update pre-commit requirement from 3.0.0 to 3.0.2
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](pre-commit/pre-commit@v3.0.0...v3.0.2) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ad72a23 commit 2904373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ hypothesis = "6.65.1"
1010
hypothesis_jsonschema = "0.22.0"
1111
jsonschema2md = "0.4.0"
1212
PyYAML = "5.4.1"
13-
pre-commit = "3.0.0"
13+
pre-commit = "3.0.2"
1414
# Please keep the following in-sync /w .pre-commit-config.yaml
1515
flake8 = "6.0.0"
1616
isort = "5.11.4"

0 commit comments

Comments
 (0)