From 751d29552b88ca58601254360ae479d1b37f6f1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 18:46:39 +0000 Subject: [PATCH] build(deps-dev): bump pytest from 7.0.1 to 9.0.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.0.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.0.1...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 121cd297b..74c5089f5 100644 --- a/Pipfile +++ b/Pipfile @@ -38,7 +38,7 @@ pre-commit = "==2.17.0" isort = "==5.10.1" pep8-naming = "==0.13.1" types-dataclasses = "==0.6.6" -pytest = "==7.0.1" +pytest = "==9.0.3" pytest-xdist = "==2.5.0" types-requests = "==2.28.2" flake8-use-pathlib = "==0.2.1"