From 7e8f75385775e9bb0cceaabb74807b7ace7d0f12 Mon Sep 17 00:00:00 2001 From: Oleg Ovcharuk Date: Sat, 25 Apr 2026 12:48:45 +0300 Subject: [PATCH] Fix dependabot PyYAML --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 5e5f9b3f..a2260081 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -26,7 +26,7 @@ pytest>=7.0.0,<8.0.0 pytest-asyncio==0.21.0 pytest-docker>=3.0.0 python-dotenv>=1.0.1 -PyYAML==5.3.1 +PyYAML>=5.4 pyjwt>=2.9.0 requests>=2.32.4 texttable==1.6.4