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 dee54c7bb4 chore(deps-dev): bump pyupgrade from 3.16.0 to 3.21.1 in
/streampipes-client-python (#3925)
dee54c7bb4 is described below
commit dee54c7bb450e2fcbbc42cb502f897538d84b3ef
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Nov 14 16:59:47 2025 +0100
chore(deps-dev): bump pyupgrade from 3.16.0 to 3.21.1 in
/streampipes-client-python (#3925)
---
streampipes-client-python/poetry.lock | 12 ++++++------
streampipes-client-python/pyproject.toml | 2 +-
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/streampipes-client-python/poetry.lock
b/streampipes-client-python/poetry.lock
index 7d7b981a02..3b5f952e71 100644
--- a/streampipes-client-python/poetry.lock
+++ b/streampipes-client-python/poetry.lock
@@ -2684,18 +2684,18 @@ files = [
[[package]]
name = "pyupgrade"
-version = "3.16.0"
+version = "3.21.1"
description = "A tool to automatically upgrade syntax for newer versions."
optional = false
-python-versions = ">=3.8.1"
+python-versions = ">=3.10"
groups = ["dev"]
files = [
- {file = "pyupgrade-3.16.0-py2.py3-none-any.whl", hash =
"sha256:7a54ee28f3024d027048d49d101e5c702e88c85edc3a1d08b636c50ebef2a97d"},
- {file = "pyupgrade-3.16.0.tar.gz", hash =
"sha256:237893a05d5b117259b31b423f23cbae4bce0b7eae57ba9a52c06098c2ddd76f"},
+ {file = "pyupgrade-3.21.1-py2.py3-none-any.whl", hash =
"sha256:c716c476b0fd58ee8e3fe2358b1fdc319a65fcb8fed765e2d6af9f6eedc3c180"},
+ {file = "pyupgrade-3.21.1.tar.gz", hash =
"sha256:436fea5d40cb6adbd2f5102e9be1ec7031b807a03368c9f591a34f51584a7a25"},
]
[package.dependencies]
-tokenize-rt = ">=5.2.0"
+tokenize-rt = ">=6.1.0"
[[package]]
name = "pywin32"
@@ -3915,4 +3915,4 @@ type = ["pytest-mypy"]
[metadata]
lock-version = "2.1"
python-versions = ">=3.10,<3.14"
-content-hash =
"d74e018ac34c988f2292bc924122d6b0ed725e4d1875e57285c7404bb0a1c16c"
+content-hash =
"617ae6d25fbdea3ab02fa5f8f436f50de7001c34dd3947873ab932ce2c54e830"
diff --git a/streampipes-client-python/pyproject.toml
b/streampipes-client-python/pyproject.toml
index 9c52ba9cc2..c2f62d0852 100644
--- a/streampipes-client-python/pyproject.toml
+++ b/streampipes-client-python/pyproject.toml
@@ -76,7 +76,7 @@ ruff = "0.11.9"
pre-commit = "4.3.0"
pytest = "9.0.1"
pytest-cov = "6.2.1"
-pyupgrade = "3.16.0"
+pyupgrade = "3.21.1"
[tool.poetry.group.docs]
optional = true