From 8b3d136a84151f3802be73f4b480547fd11b2783 Mon Sep 17 00:00:00 2001 From: grossmj Date: Sat, 9 May 2026 18:41:02 +0800 Subject: [PATCH] Update packages in requirements.txt --- requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8f2ac4d8b..ada49bfec 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,13 +1,13 @@ # GNS3 Server Core Dependencies -uvicorn==0.44.0 -pydantic==2.13.2 -fastapi==0.136.0 -python-multipart==0.0.26 # fix CVE-2026-40347 +uvicorn==0.46.0 +pydantic==2.13.4 +fastapi==0.136.1 +python-multipart==0.0.27 websockets==16.0 aiohttp>=3.13.5,<3.14 aiofiles>=25.1.0,<26.0 Jinja2>=3.1.6,<3.2 -sentry-sdk>=2.58.0,<3 # optional dependency +sentry-sdk>=2.59.0,<3 # optional dependency psutil>=7.2.2 async-timeout>=5.0.1,<5.1; python_version < '3.11' # this library has effectively been upstreamed into Python 3.11+ distro>=1.9.0