diff --git a/pyproject.toml b/pyproject.toml index a45e12a..6f218fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dev = [ "mypy==1.13.0", "pre-commit==4.0.1", "pylint==3.3.2", - "pytest-asyncio==0.24.0", + "pytest-asyncio==0.25.0", "pytest-cov==6.0.0", "pytest-mock==3.14.0", "pytest==8.3.4", diff --git a/uv.lock b/uv.lock index 3ae27ff..84bb366 100644 --- a/uv.lock +++ b/uv.lock @@ -296,7 +296,7 @@ dev = [ { name = "pre-commit", specifier = "==4.0.1" }, { name = "pylint", specifier = "==3.3.2" }, { name = "pytest", specifier = "==8.3.4" }, - { name = "pytest-asyncio", specifier = "==0.24.0" }, + { name = "pytest-asyncio", specifier = "==0.25.0" }, { name = "pytest-cov", specifier = "==6.0.0" }, { name = "pytest-mock", specifier = "==3.14.0" }, { name = "python-semantic-release", specifier = "==9.12.0" }, @@ -1306,14 +1306,14 @@ wheels = [ [[package]] name = "pytest-asyncio" -version = "0.24.0" +version = "0.25.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "pytest" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/52/6d/c6cf50ce320cf8611df7a1254d86233b3df7cc07f9b5f5cbcb82e08aa534/pytest_asyncio-0.24.0.tar.gz", hash = "sha256:d081d828e576d85f875399194281e92bf8a68d60d72d1a2faf2feddb6c46b276", size = 49855 } +sdist = { url = "https://files.pythonhosted.org/packages/94/18/82fcb4ee47d66d99f6cd1efc0b11b2a25029f303c599a5afda7c1bca4254/pytest_asyncio-0.25.0.tar.gz", hash = "sha256:8c0610303c9e0442a5db8604505fc0f545456ba1528824842b37b4a626cbf609", size = 53298 } wheels = [ - { url = "https://files.pythonhosted.org/packages/96/31/6607dab48616902f76885dfcf62c08d929796fc3b2d2318faf9fd54dbed9/pytest_asyncio-0.24.0-py3-none-any.whl", hash = "sha256:a811296ed596b69bf0b6f3dc40f83bcaf341b155a269052d82efa2b25ac7037b", size = 18024 }, + { url = "https://files.pythonhosted.org/packages/88/56/2ee0cab25c11d4e38738a2a98c645a8f002e2ecf7b5ed774c70d53b92bb1/pytest_asyncio-0.25.0-py3-none-any.whl", hash = "sha256:db5432d18eac6b7e28b46dcd9b69921b55c3b1086e85febfe04e70b18d9e81b3", size = 19245 }, ] [[package]]