Skip to content

Commit 7d3966f

Browse files
fix(deps-dev): update pre-commit requirement from 3.0.2 to 3.2.1
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.2...v3.2.1) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 46bd2fe commit 7d3966f

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.2"
1010
hypothesis_jsonschema = "0.22.0"
1111
jsonschema2md = "0.4.0"
1212
PyYAML = "5.4.1"
13-
pre-commit = "3.0.2"
13+
pre-commit = "3.2.1"
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)