From 8c37637a58735e6dd2dd0e10ab0ba7dc14e82bfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 10:28:01 +0000 Subject: [PATCH] Bump pytest from 7.4.3 to 8.2.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.3 to 8.2.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.2.2) --- 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 9afc214..efb71d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dev-test = [ "aioworkers==0.27.0", "sentry-sdk==2.7.1", "coverage[toml]==7.4.4", - "pytest==7.4.3", + "pytest==8.2.2", "pytest-aioworkers[asyncio]==0.4", "pytest-mock==3.12.0", "pyyaml==6.0.1",