From dd4fd6d4191d26570be1d9e8a49b8854679b0e16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 23:49:36 +0000 Subject: [PATCH] build: Bump pytest from 7.4.3 to 8.0.0 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.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.4.3...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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3b867369..eba59d73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ test = [ "typing-extensions", "coverage==7.4.1", - "pytest==7.4.3", + "pytest==8.0.0", "pytest-aiohttp==1.0.5", "pytest-mock==3.12.0", "pytest-timeout==2.2.0", @@ -87,7 +87,7 @@ lint = [ "flake8-use-fstring==1.4", "mypy==1.7.1", "isort==5.12.0", - "pytest==7.4.3", + "pytest==8.0.0", ]