From 2ed21fbef5f96d137732d1a4770ca786440ff7a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 14:41:25 +0000 Subject: [PATCH] Bump pytest from 8.2.1 to 8.3.5 in /requirements Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.1 to 8.3.5. - [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.2.1...8.3.5) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements-test.txt b/requirements/requirements-test.txt index a6cf215..a6d1e4a 100644 --- a/requirements/requirements-test.txt +++ b/requirements/requirements-test.txt @@ -1,4 +1,4 @@ -pytest==8.2.1 +pytest==8.3.5 # needed by examples: xkcd==2.4.2 wikiquote==0.1.17