From 523a38619cc3c3a0c42000bbe42a9816e1eabd3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 06:04:31 +0000 Subject: [PATCH] Bump pytest-retry from 1.6.3 to 1.7.0 Bumps [pytest-retry](https://github.com/str0zzapreti/pytest-retry) from 1.6.3 to 1.7.0. - [Release notes](https://github.com/str0zzapreti/pytest-retry/releases) - [Commits](https://github.com/str0zzapreti/pytest-retry/compare/1.6.3...1.7.0) --- updated-dependencies: - dependency-name: pytest-retry dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3a3fd065..51a35846 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,7 @@ optional-dependencies.dev = [ "pyroma==4.2", "pytest==8.3.4", "pytest-cov==6.0.0", - "pytest-retry==1.6.3", + "pytest-retry==1.7.0", "pytest-xdist==3.6.1", "python-dotenv==1.0.1", "pyyaml==6.0.2",