diff --git a/backend/pyproject.toml b/backend/pyproject.toml index a0bd02c4..d7f30d5c 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -135,7 +135,7 @@ test = [ "pytest-asyncio==1.3.0", "pytest-cov==5.0.0", "pytest-env==1.2.0", - "pytest-timeout==2.3.1", + "pytest-timeout==2.4.0", "pytest-xdist==3.6.1", ] lint = [ diff --git a/backend/uv.lock b/backend/uv.lock index b0ee2c4c..71e7cc80 100644 --- a/backend/uv.lock +++ b/backend/uv.lock @@ -1529,7 +1529,7 @@ dev = [ { name = "pytest-asyncio", specifier = "==1.3.0" }, { name = "pytest-cov", specifier = "==5.0.0" }, { name = "pytest-env", specifier = "==1.2.0" }, - { name = "pytest-timeout", specifier = "==2.3.1" }, + { name = "pytest-timeout", specifier = "==2.4.0" }, { name = "pytest-xdist", specifier = "==3.6.1" }, { name = "ruff", specifier = "==0.14.10" }, { name = "types-cachetools", specifier = "==6.2.0.20250827" }, @@ -1555,7 +1555,7 @@ test = [ { name = "pytest-asyncio", specifier = "==1.3.0" }, { name = "pytest-cov", specifier = "==5.0.0" }, { name = "pytest-env", specifier = "==1.2.0" }, - { name = "pytest-timeout", specifier = "==2.3.1" }, + { name = "pytest-timeout", specifier = "==2.4.0" }, { name = "pytest-xdist", specifier = "==3.6.1" }, ] @@ -2858,14 +2858,14 @@ wheels = [ [[package]] name = "pytest-timeout" -version = "2.3.1" +version = "2.4.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "pytest" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/93/0d/04719abc7a4bdb3a7a1f968f24b0f5253d698c9cc94975330e9d3145befb/pytest-timeout-2.3.1.tar.gz", hash = "sha256:12397729125c6ecbdaca01035b9e5239d4db97352320af155b3f5de1ba5165d9", size = 17697, upload-time = "2024-03-07T21:04:01.069Z" } +sdist = { url = "https://files.pythonhosted.org/packages/ac/82/4c9ecabab13363e72d880f2fb504c5f750433b2b6f16e99f4ec21ada284c/pytest_timeout-2.4.0.tar.gz", hash = "sha256:7e68e90b01f9eff71332b25001f85c75495fc4e3a836701876183c4bcfd0540a", size = 17973, upload-time = "2025-05-05T19:44:34.99Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/03/27/14af9ef8321f5edc7527e47def2a21d8118c6f329a9342cc61387a0c0599/pytest_timeout-2.3.1-py3-none-any.whl", hash = "sha256:68188cb703edfc6a18fad98dc25a3c61e9f24d644b0b70f33af545219fc7813e", size = 14148, upload-time = "2024-03-07T21:03:58.764Z" }, + { url = "https://files.pythonhosted.org/packages/fa/b6/3127540ecdf1464a00e5a01ee60a1b09175f6913f0644ac748494d9c4b21/pytest_timeout-2.4.0-py3-none-any.whl", hash = "sha256:c42667e5cdadb151aeb5b26d114aff6bdf5a907f176a007a30b940d3d865b5c2", size = 14382, upload-time = "2025-05-05T19:44:33.502Z" }, ] [[package]]