From 44d4a426b505b173c4dfad54de891f2086eea7c5 Mon Sep 17 00:00:00 2001 From: grossmj Date: Wed, 11 Feb 2026 16:46:21 +0800 Subject: [PATCH] Upgrade sentry-sdk and psutil dependencies --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9c322ec53..8743cc7a0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,8 +3,8 @@ aiohttp>=3.13.3,<3.14 aiohttp-cors>=0.8.1,<0.9 aiofiles>=25.1.0,<26.0 Jinja2>=3.1.6,<3.2 -sentry-sdk>=2.50.0,<3 # optional dependency -psutil>=7.2.1 +sentry-sdk>=2.52.0,<3 # optional dependency +psutil>=7.2.2 async-timeout>=5.0.1,<5.1 # this library has effectively been upstreamed into Python 3.11+ distro>=1.9.0 py-cpuinfo>=9.0.0,<10.0