From b9b8d17c9ac52cfaa478d7224cce62fdb80b5b20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:08:18 +0000 Subject: [PATCH] Bump pytest from 6.0.0 to 9.0.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.0.0 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.0.0...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev-requirements-py2.txt | 2 +- dev-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements-py2.txt b/dev-requirements-py2.txt index f9a7e74..ab1970a 100644 --- a/dev-requirements-py2.txt +++ b/dev-requirements-py2.txt @@ -1,6 +1,6 @@ responses requests -pytest==4.6.* +pytest==9.0.* pytest-ckan pytest-cov pytest-mock diff --git a/dev-requirements.txt b/dev-requirements.txt index 879a964..3a70f7d 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,6 +1,6 @@ responses requests -pytest==6.0.0 +pytest==9.0.3 pytest-ckan pytest-cov pytest-mock