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:
parent
faddc5a6b1
commit
b59b6816c3
2
.github/workflows/testing.yml
vendored
2
.github/workflows/testing.yml
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user