From 44b25ca83250d2787002e3fdf5eeff000b768ce7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:58:00 +0000 Subject: [PATCH] build(deps-dev): update pytest requirement from ^7.2.1 to ^9.0.1 Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [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.2.1...9.0.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 260bf403..edb1d8a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ urllib3 = "2.5.0" [tool.poetry.group.dev.dependencies] boto3-stubs = { extras = ["all"], version = "^1.28.0" } -pytest = "^7.2.1" +pytest = "^9.0.1" pytest-cov = "^4.0.0" pytest-mock = "^3.10.0" pytest-xdist = "^3.1.0"