From ebec182eb304ddda4f274505e16f5952bc8c6744 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 07:52:20 +0000 Subject: [PATCH] chore(deps): bump pytest from 7.4.3 to 8.0.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.3 to 8.0.2. - [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.3...8.0.2) --- 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 5bbc5d8..5890f82 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ black==23.11.0 build==1.0.3 pre-commit==3.5.0 pyright==1.1.338 -pytest==7.4.3 +pytest==8.0.2 sphinx==7.2.6 wheel==0.42.0