This is an automated email from the ASF dual-hosted git repository.

hubcio pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iggy.git


The following commit(s) were added to refs/heads/master by this push:
     new 3e7bf7a25 chore(deps): Update pytest requirement from <10.0,>=9.0.3 to 
>=9.1.1,<10.0 in /examples/python (#3867)
3e7bf7a25 is described below

commit 3e7bf7a25bd6e5026eb7d53eb96225e0340b278a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 13 09:09:28 2026 +0200

    chore(deps): Update pytest requirement from <10.0,>=9.0.3 to >=9.1.1,<10.0 
in /examples/python (#3867)
---
 bdd/python/uv.lock            | 4 ++--
 examples/python/uv.lock       | 4 ++--
 foreign/python/pyproject.toml | 4 ++--
 foreign/python/uv.lock        | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/bdd/python/uv.lock b/bdd/python/uv.lock
index e17d8dede..d050315e1 100644
--- a/bdd/python/uv.lock
+++ b/bdd/python/uv.lock
@@ -17,8 +17,8 @@ requires-dist = [
     { name = "maturin", marker = "extra == 'dev'", specifier = ">=1.14.1,<2.0" 
},
     { name = "pyrefly", marker = "extra == 'all'", specifier = ">=1.2.0" },
     { name = "pyrefly", marker = "extra == 'dev'", specifier = ">=1.2.0" },
-    { name = "pytest", marker = "extra == 'all'", specifier = ">=9.0.3,<10.0" 
},
-    { name = "pytest", marker = "extra == 'testing'", specifier = 
">=9.0.3,<10.0" },
+    { name = "pytest", marker = "extra == 'all'", specifier = ">=9.1.1,<10.0" 
},
+    { name = "pytest", marker = "extra == 'testing'", specifier = 
">=9.1.1,<10.0" },
     { name = "pytest-asyncio", marker = "extra == 'all'", specifier = 
">=0.24.0,<2.0" },
     { name = "pytest-asyncio", marker = "extra == 'testing'", specifier = 
">=0.24.0,<2.0" },
     { name = "pytest-cov", marker = "extra == 'all'", specifier = ">=4.0,<8.0" 
},
diff --git a/examples/python/uv.lock b/examples/python/uv.lock
index a7f11eec9..bd2f00f01 100644
--- a/examples/python/uv.lock
+++ b/examples/python/uv.lock
@@ -17,8 +17,8 @@ requires-dist = [
     { name = "maturin", marker = "extra == 'dev'", specifier = ">=1.14.1,<2.0" 
},
     { name = "pyrefly", marker = "extra == 'all'", specifier = ">=1.2.0" },
     { name = "pyrefly", marker = "extra == 'dev'", specifier = ">=1.2.0" },
-    { name = "pytest", marker = "extra == 'all'", specifier = ">=9.0.3,<10.0" 
},
-    { name = "pytest", marker = "extra == 'testing'", specifier = 
">=9.0.3,<10.0" },
+    { name = "pytest", marker = "extra == 'all'", specifier = ">=9.1.1,<10.0" 
},
+    { name = "pytest", marker = "extra == 'testing'", specifier = 
">=9.1.1,<10.0" },
     { name = "pytest-asyncio", marker = "extra == 'all'", specifier = 
">=0.24.0,<2.0" },
     { name = "pytest-asyncio", marker = "extra == 'testing'", specifier = 
">=0.24.0,<2.0" },
     { name = "pytest-cov", marker = "extra == 'all'", specifier = ">=4.0,<8.0" 
},
diff --git a/foreign/python/pyproject.toml b/foreign/python/pyproject.toml
index 4502fd73d..65332fce1 100644
--- a/foreign/python/pyproject.toml
+++ b/foreign/python/pyproject.toml
@@ -99,7 +99,7 @@ select = [
 [project.optional-dependencies]
 # Core testing dependencies
 testing = [
-    "pytest>=9.0.3,<10.0",
+    "pytest>=9.1.1,<10.0",
     "pytest-asyncio>=0.24.0,<2.0",
     "pytest-cov>=4.0,<8.0",
     "pytest-xdist>=3.0,<4.0",
@@ -120,7 +120,7 @@ dev = [
 all = [
     "maturin>=1.14.1,<2.0",
     "pyrefly>=1.2.0",
-    "pytest>=9.0.3,<10.0",
+    "pytest>=9.1.1,<10.0",
     "pytest-asyncio>=0.24.0,<2.0",
     "pytest-cov>=4.0,<8.0",
     "pytest-xdist>=3.0,<4.0",
diff --git a/foreign/python/uv.lock b/foreign/python/uv.lock
index c548231ae..a60f46845 100644
--- a/foreign/python/uv.lock
+++ b/foreign/python/uv.lock
@@ -49,8 +49,8 @@ requires-dist = [
     { name = "maturin", marker = "extra == 'dev'", specifier = ">=1.14.1,<2.0" 
},
     { name = "pyrefly", marker = "extra == 'all'", specifier = ">=1.2.0" },
     { name = "pyrefly", marker = "extra == 'dev'", specifier = ">=1.2.0" },
-    { name = "pytest", marker = "extra == 'all'", specifier = ">=9.0.3,<10.0" 
},
-    { name = "pytest", marker = "extra == 'testing'", specifier = 
">=9.0.3,<10.0" },
+    { name = "pytest", marker = "extra == 'all'", specifier = ">=9.1.1,<10.0" 
},
+    { name = "pytest", marker = "extra == 'testing'", specifier = 
">=9.1.1,<10.0" },
     { name = "pytest-asyncio", marker = "extra == 'all'", specifier = 
">=0.24.0,<2.0" },
     { name = "pytest-asyncio", marker = "extra == 'testing'", specifier = 
">=0.24.0,<2.0" },
     { name = "pytest-cov", marker = "extra == 'all'", specifier = ">=4.0,<8.0" 
},

Reply via email to