From 6cc276757881c8cdbdbde6dec94f08bb45af443d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 18:32:15 +0000 Subject: [PATCH] Bump pytest from 6.2.5 to 9.0.3 in /testing 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] --- testing/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/requirements.txt b/testing/requirements.txt index e0e1a6ff4..2343d08ac 100644 --- a/testing/requirements.txt +++ b/testing/requirements.txt @@ -1,7 +1,7 @@ # see also? ../cli/requirements.txt # for testing (only) -pytest==6.2.5 +pytest==9.0.3 pyserial ecdsa # already required by ckcc-protocol python-secp256k1==0.2.0