From 1d56d2eb0efc2a26d1fbb4818de2fae2436f03b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 14:55:42 +0000 Subject: [PATCH] Bump pytest-asyncio from 0.23.2 to 0.23.3 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.23.2 to 0.23.3. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.2...v0.23.3) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 4490e2d..7513fd6 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -2,6 +2,6 @@ flake8==6.1.0 tox==4.11.4 pytest==7.4.3 -pytest_asyncio==0.23.2 +pytest_asyncio==0.23.3 mypy==1.8.0 types-setuptools==69.0.0.0 \ No newline at end of file