From 7b6c12b9c638cc9d941ffdf68d6cf7e86f6d9399 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:58:58 +0000 Subject: [PATCH] Bump pytest from 6.2.4 to 9.0.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.4 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.4...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 07e2477..d69be2e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ pep8==1.7.1 pyld==2.0.3 -pytest==6.2.4 +pytest==9.0.3 requests diff --git a/requirements.txt b/requirements.txt index 2593630..30836e8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ pyld requests sphinx==3.1.2 -pytest==6.2.4 \ No newline at end of file +pytest==9.0.3 \ No newline at end of file