1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-12 19:38:57 +00:00

Upgrade dependencies and test using Python 3.10

This commit is contained in:
grossmj 2021-10-07 14:59:53 +10:30
parent faddc5a6b1
commit b59b6816c3
2 changed files with 5 additions and 5 deletions

View File

@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.6, 3.7, 3.8, 3.9, 3.10]
steps:
- uses: actions/checkout@v2

View File

@ -1,17 +1,17 @@
uvicorn==0.15.0
fastapi==0.68.1
fastapi==0.68.2
websockets==10.0 ; python_version >= "3.7"
websockets==9.1 ; python_version < "3.7"
python-multipart==0.0.5
aiohttp==3.7.4.post0
aiofiles==0.7.0
Jinja2==3.0.1
sentry-sdk==1.4.1
Jinja2==3.0.2
sentry-sdk==1.4.3
psutil==5.8.0
async-timeout==3.0.1
distro==1.6.0
py-cpuinfo==8.0.0
sqlalchemy==1.4.24
sqlalchemy==1.4.25
aiosqlite===0.17.0
passlib[bcrypt]==1.7.4
python-jose==3.3.0