Skip to content

Commit 18688e9

Browse files
build(deps): bump pre-commit from 4.5.1 to 4.6.0
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 4.5.1 to 4.6.0. - [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@v4.5.1...v4.6.0) --- updated-dependencies: - dependency-name: pre-commit dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 68c17fd commit 18688e9

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

poetry.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2810,15 +2810,15 @@ tests = ["coverage-conditional-plugin (>=0.9.0)", "portalocker[redis]", "pytest
28102810

28112811
[[package]]
28122812
name = "pre-commit"
2813-
version = "4.5.1"
2813+
version = "4.6.0"
28142814
description = "A framework for managing and maintaining multi-language pre-commit hooks."
28152815
optional = true
28162816
python-versions = ">=3.10"
28172817
groups = ["main"]
28182818
markers = "extra == \"dev\""
28192819
files = [
2820-
{file = "pre_commit-4.5.1-py2.py3-none-any.whl", hash = "sha256:3b3afd891e97337708c1674210f8eba659b52a38ea5f822ff142d10786221f77"},
2821-
{file = "pre_commit-4.5.1.tar.gz", hash = "sha256:eb545fcff725875197837263e977ea257a402056661f09dae08e4b149b030a61"},
2820+
{file = "pre_commit-4.6.0-py2.py3-none-any.whl", hash = "sha256:e2cf246f7299edcabcf15f9b0571fdce06058527f0a06535068a86d38089f29b"},
2821+
{file = "pre_commit-4.6.0.tar.gz", hash = "sha256:718d2208cef53fdc38206e40524a6d4d9576d103eb16f0fec11c875e7716e9d9"},
28222822
]
28232823

28242824
[package.dependencies]
@@ -4387,4 +4387,4 @@ upnp = ["miniupnpc"]
43874387
[metadata]
43884388
lock-version = "2.1"
43894389
python-versions = ">=3.10, <4"
4390-
content-hash = "ba61fc90f5ea4b5b9ba6f2ab3f86f3abf00fe7dd504fa2ff2eb49ca67a8e8d65"
4390+
content-hash = "43fa2214d8544a9aa188e46dfbc177e67d60555da276c15be0ad8a907c8054fd"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ diff-cover = { version = ">=9.2.0", optional = true }
8686
# TODO: but... keyrings_cryptfile goes 15 minutes without locking while this does in 75 seconds
8787
"keyrings.cryptfile" = { version = ">=1.3.9", optional = true }
8888
mypy = { version = ">=1.11.1", optional = true }
89-
pre-commit = { version = ">=3.7.1", optional = true }
89+
pre-commit = { version = ">=4.6.0", optional = true }
9090
py3createtorrent = { version = ">=1.2.1", optional = true }
9191
pyinstaller = { version = ">=6.20.0", python = "<3.14", optional = true }
9292
pytest = { version = ">=8.3.3", optional = true }

0 commit comments

Comments
 (0)