From 55c9531e9531e23e02f7e5c2ccfad465a6a1a849 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 23:57:30 +0000 Subject: [PATCH] Bump pytest from 8.3.4 to 9.0.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.4 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.4...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index 9be769d..a371115 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -47,7 +47,7 @@ pydantic-core==2.27.2 # via pydantic pyflakes==3.2.0 # via flake8 -pytest==8.3.4 +pytest==9.0.3 # via zerhacker (pyproject.toml) tqdm==4.67.1 # via zerhacker (pyproject.toml)