From 8bf0eff8f9ed08fc0e7e40b1154c3cccf6b5bc5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 13:51:46 +0200 Subject: [PATCH] Bump pytest from 8.2.2 to 8.3.1 (#1452) Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.2 to 8.3.1. - [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.2...8.3.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8b8ee055..f1564b4f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ jsonschema==4.22.0 semver==3.0.2 # testing -pytest==8.2.2 +pytest==8.3.1 pytest-xdist[psutil]==3.6.1 betamax==0.9.0 coverage~=7.6.0 # pinned to <7 as coveralls is preventing v7 for coverage