From 6805427b0bb692968ef9842a1f1430b1a4edef04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 09:05:28 +0000 Subject: [PATCH] build(deps): bump pytest from 9.1.0 to 9.1.1 in /clients/py Bumps [pytest](https://github.com/pytest-dev/pytest) from 9.1.0 to 9.1.1. - [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.1.0...9.1.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- clients/py/optional-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/py/optional-requirements.txt b/clients/py/optional-requirements.txt index a87d7146..02d31f33 100644 --- a/clients/py/optional-requirements.txt +++ b/clients/py/optional-requirements.txt @@ -7,5 +7,5 @@ packaging==26.2 pluggy==1.6.0 pycodestyle==2.14.0 pyflakes==3.4.0 -pytest==9.1.0 +pytest==9.1.1 pytest-asyncio==1.4.0