From 54e7ab83e3039bc156e405d86feebbab2f1e2d5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 05:53:29 +0000 Subject: [PATCH] Bump pytest-retry from 1.6.2 to 1.6.3 Bumps [pytest-retry](https://github.com/str0zzapreti/pytest-retry) from 1.6.2 to 1.6.3. - [Release notes](https://github.com/str0zzapreti/pytest-retry/releases) - [Commits](https://github.com/str0zzapreti/pytest-retry/compare/1.6.2...1.6.3) --- updated-dependencies: - dependency-name: pytest-retry dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 57193e54c..ab8cdf3e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -302,7 +302,7 @@ dev = [ "pyroma==4.2", "pytest==8.2.0", "pytest-cov==5.0.0", - "pytest-retry==1.6.2", + "pytest-retry==1.6.3", "pytest-xdist==3.6.1", "python-dotenv==1.0.1", "PyYAML==6.0.1",