From b1798ee13ff08e3325d4283a0899170324f5c427 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 11:15:19 +0000 Subject: [PATCH] build(deps): bump pytest from 7.4.4 to 8.0.0 (#140) Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 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.4.4...8.0.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major ... 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 690e2b7..f5e2a6a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ pluggy==1.3.0 Pygments==2.17.2 pyotp==2.9.0 pyproject_hooks==1.0.0 -pytest==7.4.4 +pytest==8.0.0 pytest-cov==4.1.0 pytest-xdist==3.5.0 python-dateutil==2.8.2