From f00f21c4bd26b5289040edb4bf5bb1f236896276 Mon Sep 17 00:00:00 2001 From: grossmj Date: Wed, 16 Apr 2025 17:08:08 +0700 Subject: [PATCH] Upgrade dependencies --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0178d69e..fb44de55 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,10 @@ jsonschema>=4.23,<4.24 -aiohttp>=3.10.10,<3.11 +aiohttp>=3.10.11,<3.11 # version 3.10.11 is the last compatible version with Python 3.8 aiohttp-cors>=0.7.0,<0.8 aiofiles>=24.1.0,<25.0 Jinja2>=3.1.6,<3.2 -sentry-sdk>=2.19.2,<2.20 # optional dependency -psutil>=6.1.1 +sentry-sdk>=2.26.1,<2.27 # optional dependency +psutil>=7.0.0 async-timeout>=5.0.1,<5.1 distro>=1.9.0 py-cpuinfo>=9.0.0,<10.0