From 3c0af16562fe3ef2b8dff1eaa7e1ab82ce268bec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 05:38:11 +0000 Subject: [PATCH] chore(deps): bump pytest-asyncio from 0.25.0 to 0.25.1 in /requirements Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.25.0 to 0.25.1. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.25.0...v0.25.1) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/local-base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local-base.txt b/requirements/local-base.txt index 20616a76..0c78facd 100644 --- a/requirements/local-base.txt +++ b/requirements/local-base.txt @@ -32,7 +32,7 @@ psycopg[binary]==3.2.3 # https://github.com/psycopg/psycopg pytest==8.3.4 # https://github.com/pytest-dev/pytest pytest-sugar==1.0.0 # https://github.com/Frozenball/pytest-sugar pytest-cov==6.0.0 -pytest-asyncio==0.25.0 # https://github.com/pytest-dev/pytest-asyncio +pytest-asyncio==0.25.1 # https://github.com/pytest-dev/pytest-asyncio pytest-mock==3.14.0 # https://github.com/pytest-dev/pytest-mock # Code quality