From e3ddaaaeda988cd334d2ce4656c3a04950affe32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 20:06:37 +0000 Subject: [PATCH 1/2] chore(deps): Update pytest requirement in /examples/python Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/9.0.3...9.1.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/python/uv.lock | 4 ++-- foreign/python/pyproject.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/python/uv.lock b/examples/python/uv.lock index a7f11eec97..bd2f00f017 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 4502fd73d5..65332fce19 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", From b70d92919c981db1fb0644ec86ad113ff02d78a5 Mon Sep 17 00:00:00 2001 From: Hubert Gruszecki Date: Thu, 13 Aug 2026 08:39:47 +0200 Subject: [PATCH 2/2] chore(deps): regenerate uv.lock files after pytest bump --- bdd/python/uv.lock | 4 ++-- foreign/python/uv.lock | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bdd/python/uv.lock b/bdd/python/uv.lock index e17d8dedeb..d050315e11 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/foreign/python/uv.lock b/foreign/python/uv.lock index c548231ae7..a60f46845a 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" },