diff --git a/poetry.lock b/poetry.lock index b7f3092..773acab 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2352,18 +2352,18 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "requests [[package]] name = "pytest-asyncio" -version = "1.2.0" +version = "1.3.0" description = "Pytest support for asyncio" optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "pytest_asyncio-1.2.0-py3-none-any.whl", hash = "sha256:8e17ae5e46d8e7efe51ab6494dd2010f4ca8dae51652aa3c8d55acf50bfb2e99"}, - {file = "pytest_asyncio-1.2.0.tar.gz", hash = "sha256:c609a64a2a8768462d0c99811ddb8bd2583c33fd33cf7f21af1c142e824ffb57"}, + {file = "pytest_asyncio-1.3.0-py3-none-any.whl", hash = "sha256:611e26147c7f77640e6d0a92a38ed17c3e9848063698d5c93d5aa7aa11cebff5"}, + {file = "pytest_asyncio-1.3.0.tar.gz", hash = "sha256:d7f52f36d231b80ee124cd216ffb19369aa168fc10095013c6b014a34d3ee9e5"}, ] [package.dependencies] -pytest = ">=8.2,<9" +pytest = ">=8.2,<10" typing-extensions = {version = ">=4.12", markers = "python_version < \"3.13\""} [package.extras] @@ -2372,14 +2372,14 @@ testing = ["coverage (>=6.2)", "hypothesis (>=5.7.1)"] [[package]] name = "pytest-cov" -version = "7.0.0" +version = "7.1.0" description = "Pytest plugin for measuring coverage." optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pytest_cov-7.0.0-py3-none-any.whl", hash = "sha256:3b8e9558b16cc1479da72058bdecf8073661c7f57f7d3c5f22a1c23507f2d861"}, - {file = "pytest_cov-7.0.0.tar.gz", hash = "sha256:33c97eda2e049a0c5298e91f519302a1334c26ac65c1a483d6206fd458361af1"}, + {file = "pytest_cov-7.1.0-py3-none-any.whl", hash = "sha256:a0461110b7865f9a271aa1b51e516c9a95de9d696734a2f71e3e78f46e1d4678"}, + {file = "pytest_cov-7.1.0.tar.gz", hash = "sha256:30674f2b5f6351aa09702a9c8c364f6a01c27aae0c1366ae8016160d1efc56b2"}, ] [package.dependencies] @@ -3681,4 +3681,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.12,<3.14" -content-hash = "78f1874ecbced1102f51ba5c49bbc7660e65df8ef3df764ced97fd2a5984f294" +content-hash = "b224c80461d8b3529931a3679c9f8b9337af35841fffe5731f16ebef39e39be9" diff --git a/pyproject.toml b/pyproject.toml index 6795010..0038c2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ quart = ">=0.19.4,<0.21.0" pytest = "^8.3.4" pytest-cov = ">=6,<8" pytest-timeout = "^2.3.1" -pytest-asyncio = ">=0.25.3,<1.3.0" +pytest-asyncio = ">=0.25.3,<1.4.0" simple-websocket = "^1.1.0" torch = [ # Install the CUDA version on Windows. Projects that depend on us always get their dependencies from PyPI, so