From 52bdbc748670db0b39594dd3ba580a96d672c235 Mon Sep 17 00:00:00 2001 From: pacnpal <183241239+pacnpal@users.noreply.github.com> Date: Tue, 28 Jan 2025 10:40:48 -0500 Subject: [PATCH] fix(deps): update pytest and pytest-asyncio to allow newer versions --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index cd3b3dd..62a31df 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ python-dotenv==1.0.1 httpx==0.28.1 pydantic==2.10.6 pydantic-settings==2.7.1 -pytest==7.4.4 -pytest-asyncio==0.25.2 +pytest>=7.4.4 +pytest-asyncio>=0.25.2 python-multipart==0.0.20 jinja2==3.1.5 \ No newline at end of file