From 011ff7a9c70b374aac444c5f8392b22bd78331d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 19:28:08 +0000 Subject: [PATCH] Bump pytest from 7.4.4 to 8.0.0 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f0873fc374..8327b2e26c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ requirements = [ requirements_test = [ "aioresponses==0.7.6", "mypy==1.8.0", - "pytest==7.4.4", + "pytest==8.0.0", "pytest-aiohttp==1.0.5", "pytest-asyncio==0.23.4", "pytest-cov==4.1.0",