Update dependency pytest-retry to v1.7.0 (#61)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-01-19 12:26:29 +00:00 committed by GitHub
parent 62cdd1fd74
commit b15b238f47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -24,7 +24,7 @@ test = [
"pytest==8.3.4",
"pytest-asyncio==0.25.2",
"pytest-progress==1.3.0",
"pytest-retry==1.6.3",
"pytest-retry==1.7.0",
"pytest-xdist==3.6.1",
]
dev = ["deptry==0.22.0", "ruff==0.9.2"]

8
uv.lock generated
View File

@ -108,7 +108,7 @@ test = [
{ name = "pytest", specifier = "==8.3.4" },
{ name = "pytest-asyncio", specifier = "==0.25.2" },
{ name = "pytest-progress", specifier = "==1.3.0" },
{ name = "pytest-retry", specifier = "==1.6.3" },
{ name = "pytest-retry", specifier = "==1.7.0" },
{ name = "pytest-xdist", specifier = "==3.6.1" },
]
@ -894,14 +894,14 @@ wheels = [
[[package]]
name = "pytest-retry"
version = "1.6.3"
version = "1.7.0"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "pytest" },
]
sdist = { url = "https://files.pythonhosted.org/packages/9c/95/8e1be0250a5063c28a1e713b9665ce3bb76a7807096da1b8d6b36cb8856b/pytest_retry-1.6.3.tar.gz", hash = "sha256:36ccfa11c8c8f9ddad5e20375182146d040c20c4a791745139c5a99ddf1b557d", size = 19112 }
sdist = { url = "https://files.pythonhosted.org/packages/c5/5b/607b017994cca28de3a1ad22a3eee8418e5d428dcd8ec25b26b18e995a73/pytest_retry-1.7.0.tar.gz", hash = "sha256:f8d52339f01e949df47c11ba9ee8d5b362f5824dff580d3870ec9ae0057df80f", size = 19977 }
wheels = [
{ url = "https://files.pythonhosted.org/packages/8f/b3/fa17695ab9096f75b498642e21db59c0cbcc7d97c709daa204ee0953a72c/pytest_retry-1.6.3-py3-none-any.whl", hash = "sha256:e96f7df77ee70b0838d1085f9c3b8b5b7d74bf8947a0baf32e2b8c71b27683c8", size = 13526 },
{ url = "https://files.pythonhosted.org/packages/7c/ff/3266c8a73b9b93c4b14160a7e2b31d1e1088e28ed29f4c2d93ae34093bfd/pytest_retry-1.7.0-py3-none-any.whl", hash = "sha256:a2dac85b79a4e2375943f1429479c65beb6c69553e7dae6b8332be47a60954f4", size = 13775 },
]
[[package]]