From 13cf497eff0a3d1d4743132e16fdda776a18f274 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 00:54:08 +0000 Subject: [PATCH] build(deps): bump pytest-asyncio from 0.23.7 to 0.23.8 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.23.7 to 0.23.8. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.7...v0.23.8) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d74ab26..ffff8bc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,4 @@ websockets==12.0 pytest==8.2.2 flake8==7.1.0 pyflakes==3.2.0 -pytest-asyncio==0.23.7 \ No newline at end of file +pytest-asyncio==0.23.8 \ No newline at end of file