From 3d0888f17c3882c2ca93718bf33c8f469c269997 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:15:10 +0000 Subject: [PATCH] fix(deps): bump pytest-asyncio from 0.23.3 to 0.25.2 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.23.3 to 0.25.2. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.3...v0.25.2) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 22bb20b..90ab91f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ httpx==0.28.1 pydantic==2.10.6 pydantic-settings==2.1.0 pytest==7.4.4 -pytest-asyncio==0.23.3 +pytest-asyncio==0.25.2 python-multipart==0.0.20 jinja2==3.1.5 \ No newline at end of file