diff --git a/nuclia_e2e/pyproject.toml b/nuclia_e2e/pyproject.toml index 49448d6..948c8a2 100644 --- a/nuclia_e2e/pyproject.toml +++ b/nuclia_e2e/pyproject.toml @@ -8,7 +8,7 @@ dependencies = [ "nuclia>=4.9.18", "nucliadb-protos", "pytest-timeout", - "pytest==8.3.4", + "pytest==9.0.3", "backoff", "aiohttp", "pytest-asyncio-cooperative", # not compatible with pytest-asyncio diff --git a/nuclia_e2e/uv.lock b/nuclia_e2e/uv.lock index 8f56cd7..aa1874f 100644 --- a/nuclia_e2e/uv.lock +++ b/nuclia_e2e/uv.lock @@ -705,7 +705,7 @@ requires-dist = [ { name = "nuclia", specifier = ">=4.9.18" }, { name = "nucliadb-protos" }, { name = "prometheus-client" }, - { name = "pytest", specifier = "==8.3.4" }, + { name = "pytest", specifier = "==9.0.3" }, { name = "pytest-asyncio-cooperative" }, { name = "pytest-rerunfailures" }, { name = "pytest-shard" }, @@ -1105,7 +1105,7 @@ wheels = [ [[package]] name = "pytest" -version = "8.3.4" +version = "9.0.3" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "colorama", marker = "sys_platform == 'win32'" }, @@ -1113,11 +1113,12 @@ dependencies = [ { name = "iniconfig" }, { name = "packaging" }, { name = "pluggy" }, + { name = "pygments" }, { name = "tomli", marker = "python_full_version < '3.11'" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/05/35/30e0d83068951d90a01852cb1cef56e5d8a09d20c7f511634cc2f7e0372a/pytest-8.3.4.tar.gz", hash = "sha256:965370d062bce11e73868e0335abac31b4d3de0e82f4007408d242b4f8610761", size = 1445919, upload-time = "2024-12-01T12:54:25.98Z" } +sdist = { url = "https://files.pythonhosted.org/packages/7d/0d/549bd94f1a0a402dc8cf64563a117c0f3765662e2e668477624baeec44d5/pytest-9.0.3.tar.gz", hash = "sha256:b86ada508af81d19edeb213c681b1d48246c1a91d304c6c81a427674c17eb91c", size = 1572165, upload-time = "2026-04-07T17:16:18.027Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/11/92/76a1c94d3afee238333bc0a42b82935dd8f9cf8ce9e336ff87ee14d9e1cf/pytest-8.3.4-py3-none-any.whl", hash = "sha256:50e16d954148559c9a74109af1eaf0c945ba2d8f30f0a3d3335edde19788b6f6", size = 343083, upload-time = "2024-12-01T12:54:19.735Z" }, + { url = "https://files.pythonhosted.org/packages/d4/24/a372aaf5c9b7208e7112038812994107bc65a84cd00e0354a88c2c77a617/pytest-9.0.3-py3-none-any.whl", hash = "sha256:2c5efc453d45394fdd706ade797c0a81091eccd1d6e4bccfcd476e2b8e0ab5d9", size = 375249, upload-time = "2026-04-07T17:16:16.13Z" }, ] [[package]]