This is an automated email from the ASF dual-hosted git repository.
bossenti 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 4d36a7259f chore(deps-dev): bump isort from 5.13.2 to 7.0.0 in
/streampipes-client-python (#3864)
4d36a7259f is described below
commit 4d36a7259f6fbea74114226a4dc7ee4040f06fcf
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Nov 12 13:24:44 2025 +0100
chore(deps-dev): bump isort from 5.13.2 to 7.0.0 in
/streampipes-client-python (#3864)
---
streampipes-client-python/poetry.lock | 13 +++++++------
streampipes-client-python/pyproject.toml | 2 +-
2 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/streampipes-client-python/poetry.lock
b/streampipes-client-python/poetry.lock
index 6e5480d15c..cd4cf59b7f 100644
--- a/streampipes-client-python/poetry.lock
+++ b/streampipes-client-python/poetry.lock
@@ -1012,18 +1012,19 @@ tests = ["coverage[toml]", "pytest", "pytest-cov",
"pytest-mock"]
[[package]]
name = "isort"
-version = "5.13.2"
+version = "7.0.0"
description = "A Python utility / library to sort Python imports."
optional = false
-python-versions = ">=3.8.0"
+python-versions = ">=3.10.0"
groups = ["dev"]
files = [
- {file = "isort-5.13.2-py3-none-any.whl", hash =
"sha256:8ca5e72a8d85860d5a3fa69b8745237f2939afe12dbf656afbcb47fe72d947a6"},
- {file = "isort-5.13.2.tar.gz", hash =
"sha256:48fdfcb9face5d58a4f6dde2e72a1fb8dcaf8ab26f95ab49fab84c2ddefb0109"},
+ {file = "isort-7.0.0-py3-none-any.whl", hash =
"sha256:1bcabac8bc3c36c7fb7b98a76c8abb18e0f841a3ba81decac7691008592499c1"},
+ {file = "isort-7.0.0.tar.gz", hash =
"sha256:5513527951aadb3ac4292a41a16cbc50dd1642432f5e8c20057d414bdafb4187"},
]
[package.extras]
-colors = ["colorama (>=0.4.6)"]
+colors = ["colorama"]
+plugins = ["setuptools"]
[[package]]
name = "jaraco-classes"
@@ -3909,4 +3910,4 @@ type = ["pytest-mypy"]
[metadata]
lock-version = "2.1"
python-versions = ">=3.10,<3.14"
-content-hash =
"e499b238e7d172d8c9e41496860c133a4c0f658fa485e1f93b137e9085f407f7"
+content-hash =
"1e732d62d6899010a5ffdf4605e46522fff55d7773e6ba32a0be1a6d916d3036"
diff --git a/streampipes-client-python/pyproject.toml
b/streampipes-client-python/pyproject.toml
index d455d6c0be..4ee0014fa3 100644
--- a/streampipes-client-python/pyproject.toml
+++ b/streampipes-client-python/pyproject.toml
@@ -70,7 +70,7 @@ black = "25.9.0"
blacken-docs = "1.20.0"
flake8 = "7.2.0"
interrogate = { version = "1.7.0", extras = ["png"] }
-isort = "5.13.2"
+isort = "7.0.0"
mypy = "1.17.0"
ruff = "0.11.9"
pre-commit = "4.3.0"