From 16168886802c8aec4fcc67ebb4e06a821c339be1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 26 Aug 2024 20:51:13 +0000 Subject: [PATCH] Update dependency pytest-asyncio to v0.24.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7a057bc..b740d81 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ discord.py==2.4.0 dpytest==0.7.0 flake8==7.1.1 pytest==8.3.2 -pytest-asyncio==0.23.8 +pytest-asyncio==0.24.0 pytest-cov==5.0.0 schema==0.7.7 \ No newline at end of file