From 7ea0433c4cfa5ce0f3da142822bfde375dbb1319 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 15:18:37 +0100 Subject: [PATCH] build: bump pytest-asyncio from 0.23.7 to 0.23.8 (#1157) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index fd7a59574..01014834c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4945,13 +4945,13 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [[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] @@ -7027,4 +7027,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "6019c8823f686908de765feba4d7b72fba030a5a2957517e3fa145a7cf2035d7" +content-hash = "5828309283619051337d64a32419613b10c4033a47c28a97db700455725f08d3" diff --git a/pyproject.toml b/pyproject.toml index 23bbedecf..b88a53197 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ pre-commit = "3.7.1" pytest_httpserver = "1.0.12" trustme = "1.1.0" jupyter = "1.0.0" -pytest-asyncio = "^0.23.7" +pytest-asyncio = "^0.23.8" [tool.poetry.group.prompt-flow] optional = true