diff --git a/poetry.lock b/poetry.lock index 3170a7b..594da9d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -501,21 +501,21 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [[package]] name = "pytest-asyncio" -version = "0.18.3" +version = "0.24.0" description = "Pytest support for asyncio" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pytest-asyncio-0.18.3.tar.gz", hash = "sha256:7659bdb0a9eb9c6e3ef992eef11a2b3e69697800ad02fb06374a210d85b29f91"}, - {file = "pytest_asyncio-0.18.3-1-py3-none-any.whl", hash = "sha256:16cf40bdf2b4fb7fc8e4b82bd05ce3fbcd454cbf7b92afc445fe299dabb88213"}, - {file = "pytest_asyncio-0.18.3-py3-none-any.whl", hash = "sha256:8fafa6c52161addfd41ee7ab35f11836c5a16ec208f93ee388f752bea3493a84"}, + {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 = ">=6.1.0" +pytest = ">=8.2,<9" [package.extras] -testing = ["coverage (==6.2)", "flaky (>=3.5.0)", "hypothesis (>=5.7.1)", "mypy (==0.931)", "pytest-trio (>=0.7.0)"] +docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1.0)"] +testing = ["coverage (>=6.2)", "hypothesis (>=5.7.1)"] [[package]] name = "pytest-black" @@ -787,4 +787,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "7b7f0b41851a6e44280450ef7dcbc86d42ca4552c1276fef9266b69ebf5a3eab" +content-hash = "fcc2dc21ca047f1d15d4378d60a7eacf95d45f8fd91cdda4f5b8220a5e8daf0a" diff --git a/pyproject.toml b/pyproject.toml index 422eee3..e4c7e89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ black = "^24.3.0" isort = "^5.13.2" poethepoet = "^0.29.0" pytest = "^8.3.3" -pytest-asyncio = "^0.18.3" +pytest-asyncio = "^0.24.0" pytest-black = "^0.3.12" pytest-cov = "^5.0.0" pytest-mock = "^3.14.0"