Skip to content

Commit 2cf9758

Browse files
chore(deps-dev): update pre-commit requirement from ~=3.5 to ~=4.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.5.0...v4.1.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f8a4f56 commit 2cf9758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ verify_ssl = true
66
[dev-packages]
77
httpretty = "~=1.1"
88
mock = "~=5.1"
9-
pre-commit = "~=3.5"
9+
pre-commit = "~=4.1"
1010
pytest = "~=8.3"
1111
pytest-cov = "~=5.0"
1212
python-dateutil = "~=2.9"

0 commit comments

Comments
 (0)