From 7040a1904c6223ba034ee6fdcc2cbc77c1fe962d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 12:30:07 +0000 Subject: [PATCH] build(deps-dev): bump pytest-asyncio from 0.23.7 to 0.24.0 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.23.7 to 0.24.0. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.7...v0.24.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6f9b11a..38be788 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1825,17 +1825,17 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [[package]] name = "pytest-asyncio" -version = "0.23.7" +version = "0.24.0" description = "Pytest support for asyncio" optional = false python-versions = ">=3.8" files = [ - {file = "pytest_asyncio-0.23.7-py3-none-any.whl", hash = "sha256:009b48127fbe44518a547bddd25611551b0e43ccdbf1e67d12479f569832c20b"}, - {file = "pytest_asyncio-0.23.7.tar.gz", hash = "sha256:5f5c72948f4c49e7db4f29f2521d4031f1c27f86e57b046126654083d4770268"}, + {file = "pytest_asyncio-0.24.0-py3-none-any.whl", hash = "sha256:a811296ed596b69bf0b6f3dc40f83bcaf341b155a269052d82efa2b25ac7037b"}, + {file = "pytest_asyncio-0.24.0.tar.gz", hash = "sha256:d081d828e576d85f875399194281e92bf8a68d60d72d1a2faf2feddb6c46b276"}, ] [package.dependencies] -pytest = ">=7.0.0,<9" +pytest = ">=8.2,<9" [package.extras] docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1.0)"] @@ -3080,4 +3080,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11,<3.13" -content-hash = "a0f75c225c3da5bb2941571ac04013779ca65a4c2424ab5859852b0cb2244686" +content-hash = "6294c31fa80d874926d4750b9459bb1bc279174c4ff3d13f4885ff590a4ca61a" diff --git a/pyproject.toml b/pyproject.toml index 296a160..d1b1488 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ quart = "^0.19.4" pytest = "^8.3.2" pytest-cov = "^5.0.0" pytest-timeout = "^2.3.1" -pytest-asyncio = "^0.23.7" +pytest-asyncio = "^0.24.0" simple-websocket = "^1.0.0" torch = [ # Install the CUDA version on Windows. Projects that depend on us always get their dependencies from PyPI, so