diff --git a/requirements.txt b/requirements.txt index 090c557b0..b41c599ee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,19 +1,19 @@ # GNS3 Server Core Dependencies -uvicorn==0.52.1 +uvicorn==0.52.4 pydantic==2.13.4 fastapi==0.141.1 python-multipart==0.0.32 websockets==16.1.1 # version 16.1.1 is the last version that supports Python 3.10 -aiohttp>=3.14,<3.15 +aiohttp>=3.14.3,<3.15 aiofiles>=25.1.0,<26.0 Jinja2>=3.1.6,<3.2 -sentry-sdk>=2.67.1,<3 # optional dependency +sentry-sdk>=2.68.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 py-cpuinfo>=9.0.0,<10.0 greenlet==3.5.3; python_version >= '3.13' # necessary to run sqlalchemy on Python >= 3.13 -sqlalchemy==2.0.51 +sqlalchemy==2.0.52 aiosqlite==0.22.1 alembic==1.19.1 bcrypt==5.0.0