From 270564bcdcb47522db1eb7ef49a4e632ba7ed52a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 15:22:53 +0000 Subject: [PATCH] Bump pytest from 8.3.3 to 9.1.0 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.3 to 9.1.0. - [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/8.3.3...9.1.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 303c6d9..e1c3dcb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ build==1.2.2.post1 docutils==0.21.2 mypy==1.13.0; implementation_name=="cpython" pre-commit==4.0.1 -pytest==8.3.3 +pytest==9.1.0 pytest-asyncio==0.24.0 pytest-cov==6.0.0 twine==5.1.1