diff --git a/pyproject.toml b/pyproject.toml index 7293507..9ac462a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -109,7 +109,7 @@ dev = [ "setuptools>=69.5.1;python_version>='3.12'", "social-auth-app-django~=5.0", "ruff~=0.6", - "tenacity~=8.5", + "tenacity>=8.5,<10.0", "wat-inspector~=0.4", "pytest-md-report>=0.6.3", ] diff --git a/uv.lock b/uv.lock index 16f94f5..0a53810 100644 --- a/uv.lock +++ b/uv.lock @@ -1496,7 +1496,7 @@ dev = [ { name = "ruff", specifier = "~=0.6" }, { name = "setuptools", marker = "python_full_version >= '3.12'", specifier = ">=69.5.1" }, { name = "social-auth-app-django", specifier = "~=5.0" }, - { name = "tenacity", specifier = "~=8.5" }, + { name = "tenacity", specifier = ">=8.5,<10.0" }, { name = "wat-inspector", specifier = "~=0.4" }, ] @@ -2220,11 +2220,11 @@ wheels = [ [[package]] name = "tenacity" -version = "8.5.0" +version = "9.1.4" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/a3/4d/6a19536c50b849338fcbe9290d562b52cbdcf30d8963d3588a68a4107df1/tenacity-8.5.0.tar.gz", hash = "sha256:8bc6c0c8a09b31e6cad13c47afbed1a567518250a9a171418582ed8d9c20ca78", size = 47309, upload-time = "2024-07-05T07:25:31.836Z" } +sdist = { url = "https://files.pythonhosted.org/packages/47/c6/ee486fd809e357697ee8a44d3d69222b344920433d3b6666ccd9b374630c/tenacity-9.1.4.tar.gz", hash = "sha256:adb31d4c263f2bd041081ab33b498309a57c77f9acf2db65aadf0898179cf93a", size = 49413, upload-time = "2026-02-07T10:45:33.841Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/d2/3f/8ba87d9e287b9d385a02a7114ddcef61b26f86411e121c9003eb509a1773/tenacity-8.5.0-py3-none-any.whl", hash = "sha256:b594c2a5945830c267ce6b79a166228323ed52718f30302c1359836112346687", size = 28165, upload-time = "2024-07-05T07:25:29.591Z" }, + { url = "https://files.pythonhosted.org/packages/d7/c1/eb8f9debc45d3b7918a32ab756658a0904732f75e555402972246b0b8e71/tenacity-9.1.4-py3-none-any.whl", hash = "sha256:6095a360c919085f28c6527de529e76a06ad89b23659fa881ae0649b867a9d55", size = 28926, upload-time = "2026-02-07T10:45:32.24Z" }, ] [[package]]