From f11f30d2542dbcaf61c0b0ba7fc6e9c96c275434 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 23:09:18 +0000 Subject: [PATCH] build(deps): bump pytest from 7.1.3 to 8.0.0 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.3 to 8.0.0. - [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/7.1.3...8.0.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c2e12c7244..9dbe98dfcd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ fastjsonschema==2.16.2 packaging==21.3 parsimonious==0.10.0 progressbar2==4.0.0 -pytest==7.1.3 +pytest==8.0.0 pytest-cov==3.0.0 pytest-watch==4.2.0 python-dateutil==2.8.2