From bcf8088d1b7a244b3ed72c38a676b2c63fa00337 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 18:52:30 +0000 Subject: [PATCH] build(deps-dev): bump pytest from 7.1.1 to 9.0.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.1 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/7.1.1...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 21c4866..bf79195 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -3,5 +3,5 @@ Flake8-pyproject==1.2.3 flake8==6.1.0 mongomock==4.0.0 mypy==0.971 -pytest==7.1.1 +pytest==9.0.3 black==24.3.0