This is an automated email from the ASF dual-hosted git repository.
tenthe pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git
The following commit(s) were added to refs/heads/dev by this push:
new b01c064ab5 chore(deps-dev): bump pre-commit from 4.5.1 to 4.6.0 in
/streampipes-client-python (#4446)
b01c064ab5 is described below
commit b01c064ab58b30c9247cf83596554d9a18ad45b2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu May 7 08:52:01 2026 +0200
chore(deps-dev): bump pre-commit from 4.5.1 to 4.6.0 in
/streampipes-client-python (#4446)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
streampipes-client-python/poetry.lock | 8 ++++----
streampipes-client-python/pyproject.toml | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/streampipes-client-python/poetry.lock
b/streampipes-client-python/poetry.lock
index f773224e06..7c7bbe6179 100644
--- a/streampipes-client-python/poetry.lock
+++ b/streampipes-client-python/poetry.lock
@@ -2689,14 +2689,14 @@ testing = ["pytest", "pytest-benchmark"]
[[package]]
name = "pre-commit"
-version = "4.5.1"
+version = "4.6.0"
description = "A framework for managing and maintaining multi-language
pre-commit hooks."
optional = false
python-versions = ">=3.10"
groups = ["dev"]
files = [
- {file = "pre_commit-4.5.1-py2.py3-none-any.whl", hash =
"sha256:3b3afd891e97337708c1674210f8eba659b52a38ea5f822ff142d10786221f77"},
- {file = "pre_commit-4.5.1.tar.gz", hash =
"sha256:eb545fcff725875197837263e977ea257a402056661f09dae08e4b149b030a61"},
+ {file = "pre_commit-4.6.0-py2.py3-none-any.whl", hash =
"sha256:e2cf246f7299edcabcf15f9b0571fdce06058527f0a06535068a86d38089f29b"},
+ {file = "pre_commit-4.6.0.tar.gz", hash =
"sha256:718d2208cef53fdc38206e40524a6d4d9576d103eb16f0fec11c875e7716e9d9"},
]
[package.dependencies]
@@ -4512,4 +4512,4 @@ type = ["pytest-mypy"]
[metadata]
lock-version = "2.1"
python-versions = ">=3.10,<3.14"
-content-hash =
"328db4dae1fbb3f8fe543494e4069c43066c71b5f82591b0d2134c3297354c70"
+content-hash =
"b370e760849cd25ef97cfaa2a1264e06f6a4bec03fda7ffc199d53db26732e70"
diff --git a/streampipes-client-python/pyproject.toml
b/streampipes-client-python/pyproject.toml
index 606f8a7445..30dfb139f9 100644
--- a/streampipes-client-python/pyproject.toml
+++ b/streampipes-client-python/pyproject.toml
@@ -73,7 +73,7 @@ interrogate = "1.7.0"
isort = "8.0.1"
mypy = "1.20.0"
ruff = "0.15.8"
-pre-commit = "4.5.1"
+pre-commit = "4.6.0"
pytest = "9.0.3"
pytest-cov = "7.1.0"
pyupgrade = "3.21.1"