From 547bd11adba32071ae6cb85da7ec7ebffa9fd95a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 14:56:29 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20pytest-asyncio=20from=200.23?= =?UTF-8?q?.5=20to=200.23.5.post1=20(#194)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.23.5 to 0.23.5.post1. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.5...v0.23.5.post1) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2476dfd..590a1fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ lint = [ ] test = [ "pytest==8.1.1", - "pytest-asyncio == 0.23.5", + "pytest-asyncio == 0.23.5.post1", "pytest-cov==4.1.0", "python-decouple", "pytest-pretty==1.2.0"