From 5eb7727929297332b0faa12ab55b4f2e0b7c558f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 18:32:13 +0000 Subject: [PATCH] Bump pytest from 6.2.5 to 9.0.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.5 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/6.2.5...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- charon_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charon_requirements.txt b/charon_requirements.txt index 2441c82..8607ec2 100644 --- a/charon_requirements.txt +++ b/charon_requirements.txt @@ -3,7 +3,7 @@ flake8-polyfill==1.0.2 flake8-quotes==3.3.1 mypy==0.910 pep8-naming==0.12.1 -pytest==6.2.5 +pytest==9.0.3 pytest-cov==3.0.0 pytest-mock==1.10.4 pytest-raises==0.11