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 3a00ba80e6 chore(deps-dev): bump pytest from 8.3.1 to 9.0.1 in
/streampipes-client-python (#3926)
3a00ba80e6 is described below
commit 3a00ba80e6dd685bedba361645b03da481e7c218
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Nov 14 07:35:00 2025 +0100
chore(deps-dev): bump pytest from 8.3.1 to 9.0.1 in
/streampipes-client-python (#3926)
---
streampipes-client-python/poetry.lock | 23 ++++++++++++-----------
streampipes-client-python/pyproject.toml | 2 +-
2 files changed, 13 insertions(+), 12 deletions(-)
diff --git a/streampipes-client-python/poetry.lock
b/streampipes-client-python/poetry.lock
index 4166468906..7d7b981a02 100644
--- a/streampipes-client-python/poetry.lock
+++ b/streampipes-client-python/poetry.lock
@@ -2550,7 +2550,7 @@ version = "2.19.1"
description = "Pygments is a syntax highlighting package written in Python."
optional = false
python-versions = ">=3.8"
-groups = ["deployment", "docs"]
+groups = ["deployment", "dev", "docs"]
files = [
{file = "pygments-2.19.1-py3-none-any.whl", hash =
"sha256:9ea1544ad55cecf4b8242fab6dd35a93bbce657034b0611ee383099054ab6d8c"},
{file = "pygments-2.19.1.tar.gz", hash =
"sha256:61c16d2a8576dc0649d9f39e089b5f02bcd27fba10d8fb4dcc28173f7a45151f"},
@@ -2580,26 +2580,27 @@ extra = ["pygments (>=2.19.1)"]
[[package]]
name = "pytest"
-version = "8.3.1"
+version = "9.0.1"
description = "pytest: simple powerful testing with Python"
optional = false
-python-versions = ">=3.8"
+python-versions = ">=3.10"
groups = ["dev"]
files = [
- {file = "pytest-8.3.1-py3-none-any.whl", hash =
"sha256:e9600ccf4f563976e2c99fa02c7624ab938296551f280835ee6516df8bc4ae8c"},
- {file = "pytest-8.3.1.tar.gz", hash =
"sha256:7e8e5c5abd6e93cb1cc151f23e57adc31fcf8cfd2a3ff2da63e23f732de35db6"},
+ {file = "pytest-9.0.1-py3-none-any.whl", hash =
"sha256:67be0030d194df2dfa7b556f2e56fb3c3315bd5c8822c6951162b92b32ce7dad"},
+ {file = "pytest-9.0.1.tar.gz", hash =
"sha256:3e9c069ea73583e255c3b21cf46b8d3c56f6e3a1a8f6da94ccb0fcf57b9d73c8"},
]
[package.dependencies]
-colorama = {version = "*", markers = "sys_platform == \"win32\""}
-exceptiongroup = {version = ">=1.0.0rc8", markers = "python_version <
\"3.11\""}
-iniconfig = "*"
-packaging = "*"
+colorama = {version = ">=0.4", markers = "sys_platform == \"win32\""}
+exceptiongroup = {version = ">=1", markers = "python_version < \"3.11\""}
+iniconfig = ">=1.0.1"
+packaging = ">=22"
pluggy = ">=1.5,<2"
+pygments = ">=2.7.2"
tomli = {version = ">=1", markers = "python_version < \"3.11\""}
[package.extras]
-dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock",
"pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"]
+dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock",
"requests", "setuptools", "xmlschema"]
[[package]]
name = "pytest-cov"
@@ -3914,4 +3915,4 @@ type = ["pytest-mypy"]
[metadata]
lock-version = "2.1"
python-versions = ">=3.10,<3.14"
-content-hash =
"f638aece2b7e123f22ad695e066f816a87fb60354e37aec5263c1ce24c06a8fd"
+content-hash =
"d74e018ac34c988f2292bc924122d6b0ed725e4d1875e57285c7404bb0a1c16c"
diff --git a/streampipes-client-python/pyproject.toml
b/streampipes-client-python/pyproject.toml
index 4817be6b08..9c52ba9cc2 100644
--- a/streampipes-client-python/pyproject.toml
+++ b/streampipes-client-python/pyproject.toml
@@ -74,7 +74,7 @@ isort = "7.0.0"
mypy = "1.17.0"
ruff = "0.11.9"
pre-commit = "4.3.0"
-pytest = "8.3.1"
+pytest = "9.0.1"
pytest-cov = "6.2.1"
pyupgrade = "3.16.0"