From 6856a1adb10383a89b9f49448b790973f081f838 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 07:16:52 +0000 Subject: [PATCH] chore(deps): bump pytest from 7.4.3 to 8.0.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.3 to 8.0.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/7.4.3...8.0.1) --- 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..793961d 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.1 sphinx==7.2.6 wheel==0.42.0