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 14540c117c chore(deps): bump poetry version (#4105)
14540c117c is described below
commit 14540c117c6784b13dd706fd2a82c387bfe9629a
Author: Tim <[email protected]>
AuthorDate: Fri Jan 16 19:14:00 2026 +0100
chore(deps): bump poetry version (#4105)
---
.github/workflows/pr-validation.yml | 6 +++---
.github/workflows/pypi-deployment.yml | 2 +-
streampipes-client-python/poetry.lock | 23 ++++++++++++++++++++++-
streampipes-client-python/pyproject.toml | 1 +
4 files changed, 27 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/pr-validation.yml
b/.github/workflows/pr-validation.yml
index 8103b72a88..d5de6c9ec0 100644
--- a/.github/workflows/pr-validation.yml
+++ b/.github/workflows/pr-validation.yml
@@ -145,7 +145,7 @@ jobs:
- name: Install and configure Poetry
uses: snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a
with:
- version: 1.5.1
+ version: 2.2.1
virtualenvs-create: true
virtualenvs-in-project: true
@@ -181,7 +181,7 @@ jobs:
- name: Install and configure Poetry
uses: snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a
with:
- version: 1.5.1
+ version: 2.2.1
virtualenvs-create: true
virtualenvs-in-project: true
@@ -209,7 +209,7 @@ jobs:
- name: Install and configure Poetry
uses: snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a
with:
- version: 1.5.1
+ version: 2.2.1
virtualenvs-create: true
virtualenvs-in-project: true
diff --git a/.github/workflows/pypi-deployment.yml
b/.github/workflows/pypi-deployment.yml
index 8567b17edd..7a2617007f 100644
--- a/.github/workflows/pypi-deployment.yml
+++ b/.github/workflows/pypi-deployment.yml
@@ -35,7 +35,7 @@ jobs:
- name: Install and configure Poetry
uses: snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a
with:
- version: 1.5.1
+ version: 2.2.1
in-project: true
prefer-active-python: true
diff --git a/streampipes-client-python/poetry.lock
b/streampipes-client-python/poetry.lock
index cb38c67542..bff0b6a361 100644
--- a/streampipes-client-python/poetry.lock
+++ b/streampipes-client-python/poetry.lock
@@ -3355,6 +3355,27 @@ files = [
cryptography = ">=2.0"
jeepney = ">=0.6"
+[[package]]
+name = "setuptools"
+version = "80.9.0"
+description = "Easily download, build, install, upgrade, and uninstall Python
packages"
+optional = false
+python-versions = ">=3.9"
+groups = ["docs"]
+files = [
+ {file = "setuptools-80.9.0-py3-none-any.whl", hash =
"sha256:062d34222ad13e0cc312a4c02d73f059e86a4acbfbdea8f8f76b28c99f306922"},
+ {file = "setuptools-80.9.0.tar.gz", hash =
"sha256:f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c"},
+]
+
+[package.extras]
+check = ["pytest-checkdocs (>=2.4)", "pytest-ruff (>=0.2.1) ; sys_platform !=
\"cygwin\"", "ruff (>=0.8.0) ; sys_platform != \"cygwin\""]
+core = ["importlib_metadata (>=6) ; python_version < \"3.10\"",
"jaraco.functools (>=4)", "jaraco.text (>=3.7)", "more_itertools",
"more_itertools (>=8.8)", "packaging (>=24.2)", "platformdirs (>=4.2.2)",
"tomli (>=2.0.1) ; python_version < \"3.11\"", "wheel (>=0.43.0)"]
+cover = ["pytest-cov"]
+doc = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)",
"pygments-github-lexers (==0.0.5)", "pyproject-hooks (!=1.1)", "rst.linker
(>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-inline-tabs",
"sphinx-lint", "sphinx-notfound-page (>=1,<2)", "sphinx-reredirects",
"sphinxcontrib-towncrier", "towncrier (<24.7)"]
+enabler = ["pytest-enabler (>=2.2)"]
+test = ["build[virtualenv] (>=1.0.3)", "filelock (>=3.4.0)", "ini2toml[lite]
(>=0.14)", "jaraco.develop (>=7.21) ; python_version >= \"3.9\" and
sys_platform != \"cygwin\"", "jaraco.envs (>=2.2)", "jaraco.path (>=3.7.2)",
"jaraco.test (>=5.5)", "packaging (>=24.2)", "pip (>=19.1)", "pyproject-hooks
(!=1.1)", "pytest (>=6,!=8.1.*)", "pytest-home (>=0.5)", "pytest-perf ;
sys_platform != \"cygwin\"", "pytest-subprocess", "pytest-timeout",
"pytest-xdist (>=3)", "tomli-w (>=1.0.0)", "virtuale [...]
+type = ["importlib_metadata (>=7.0.2) ; python_version < \"3.10\"",
"jaraco.develop (>=7.21) ; sys_platform != \"cygwin\"", "mypy (==1.14.*)",
"pytest-mypy"]
+
[[package]]
name = "six"
version = "1.17.0"
@@ -3960,4 +3981,4 @@ type = ["pytest-mypy"]
[metadata]
lock-version = "2.1"
python-versions = ">=3.10,<3.14"
-content-hash =
"90dec50f1c92e789b78b225dbbd407af5789f56a7f7c9067bd7b6b6875178ba0"
+content-hash =
"bdf798fb887ab69aca5cba5d4678ab99823c6433951b1777efd39b917627aae4"
diff --git a/streampipes-client-python/pyproject.toml
b/streampipes-client-python/pyproject.toml
index 7ee189af0e..6fe2b2f55b 100644
--- a/streampipes-client-python/pyproject.toml
+++ b/streampipes-client-python/pyproject.toml
@@ -93,6 +93,7 @@ mkdocs-material = "9.3.2"
mkdocstrings = { version = "0.25.0", extras = ["python"] }
numpydoc = "1.9.0"
pytkdocs = { version = "0.16.1", extras = ["numpy-style"] }
+setuptools = "80.9.0"
[tool.poetry.group.stubs]
optional = true