diff --git a/demo/playground/examples/poetry.lock b/demo/playground/examples/poetry.lock index 2187cb1c76..01ab4e8b52 100644 --- a/demo/playground/examples/poetry.lock +++ b/demo/playground/examples/poetry.lock @@ -202,13 +202,13 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[package]] name = "pytest-asyncio" -version = "0.23.7" +version = "0.23.8" 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.23.8-py3-none-any.whl", hash = "sha256:50265d892689a5faefb84df80819d1ecef566eb3549cf915dfb33569359d1ce2"}, + {file = "pytest_asyncio-0.23.8.tar.gz", hash = "sha256:759b10b33a6dc61cce40a8bd5205e302978bbbcc00e279a8b61d9a6a3c82e4d3"}, ] [package.dependencies] @@ -259,4 +259,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "17a4a1d2bd4a86d18ec268abac2aa6b0389ad721996e52340227dcdc9cbf14c0" +content-hash = "e7c40d4cc94149e4ea177a217c63b63f9b0c03ef26a86976200877bc78eb4606" diff --git a/demo/playground/examples/pyproject.toml b/demo/playground/examples/pyproject.toml index 2a4ee5ae58..3d4cccc282 100644 --- a/demo/playground/examples/pyproject.toml +++ b/demo/playground/examples/pyproject.toml @@ -7,7 +7,7 @@ authors = ["Jason Sherman "] [tool.poetry.dependencies] python = "^3.12" pytest = "^7.4.4" -pytest-asyncio = "^0.23.7" +pytest-asyncio = "^0.23.8" asynctest = "^0.13.0" requests = "^2.32.3"