From facd42cf202e485c8a60a22f9199cce1c8529d02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 05:46:31 +0000 Subject: [PATCH] chore(deps-dev): update pytest requirement from >=8 to >=9.0.3 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/8.0.0...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 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 7d89759..ae62b7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ aws = ["boto3>=1.34"] gcp = ["google-cloud-kms>=2.21"] azure = ["azure-keyvault-keys>=4.9", "azure-identity>=1.16"] vault = ["hvac>=2.1"] -dev = ["pytest>=8", "botocore>=1.34"] +dev = ["pytest>=9.0.3", "botocore>=1.34"] [tool.pytest.ini_options] testpaths = ["tests"]