From 2990bb7ebd85537679c1aab74ad53cb8d2accd1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 15:23:48 +0000 Subject: [PATCH] Bump pytest from 8.3.3 to 9.0.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.3 to 9.0.3. - [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.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 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..1520597 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.0.3 pytest-asyncio==0.24.0 pytest-cov==6.0.0 twine==5.1.1