mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Upgrade lots of dependencies.
Cleared the requirements.txt and rebuilt from scratch. The only thing left un-upgraded is mypy, which I'll deal with separately because it catches new issues.
This commit is contained in:
parent
45aabf369b
commit
7eeb84de47
@ -1,6 +1,6 @@
|
||||
repos:
|
||||
- repo: https://github.com/psf/black
|
||||
rev: 22.6.0
|
||||
rev: 22.12.0
|
||||
hooks:
|
||||
- id: black
|
||||
language_version: python3
|
||||
@ -1,67 +1,61 @@
|
||||
altgraph==0.17.2
|
||||
anyio==3.6.1
|
||||
asgiref==3.5.2
|
||||
atomicwrites==1.4.1
|
||||
attrs==21.4.0
|
||||
black==22.6.0
|
||||
altgraph==0.17.3
|
||||
anyio==3.6.2
|
||||
attrs==22.2.0
|
||||
black==22.12.0
|
||||
certifi==2022.12.7
|
||||
cfgv==3.3.1
|
||||
click==8.1.3
|
||||
colorama==0.4.5
|
||||
distlib==0.3.4
|
||||
Faker==13.15.0
|
||||
fastapi==0.84.0
|
||||
filelock==3.7.1
|
||||
colorama==0.4.6
|
||||
distlib==0.3.6
|
||||
exceptiongroup==1.1.0
|
||||
Faker==15.3.4
|
||||
fastapi==0.88.0
|
||||
filelock==3.9.0
|
||||
future==0.18.2
|
||||
h11==0.13.0
|
||||
httptools==0.4.0
|
||||
identify==2.5.1
|
||||
idna==3.3
|
||||
h11==0.14.0
|
||||
httptools==0.5.0
|
||||
identify==2.5.11
|
||||
idna==3.4
|
||||
iniconfig==1.1.1
|
||||
Jinja2==3.1.2
|
||||
MarkupSafe==2.1.1
|
||||
mypy==0.961
|
||||
mypy-extensions==0.4.3
|
||||
nodeenv==1.7.0
|
||||
packaging==21.3
|
||||
pathspec==0.9.0
|
||||
packaging==22.0
|
||||
pathspec==0.10.3
|
||||
pefile==2022.5.30
|
||||
Pillow==9.3.0
|
||||
platformdirs==2.5.2
|
||||
platformdirs==2.6.2
|
||||
pluggy==1.0.0
|
||||
pre-commit==2.19.0
|
||||
py==1.11.0
|
||||
pre-commit==2.21.0
|
||||
pydantic==1.10.3
|
||||
-e git+https://github.com/pydcs/dcs@9c7b47b6c2b4870bf563bf880315dac019f6df1f#egg=pydcs
|
||||
pyinstaller==5.7.0
|
||||
pyinstaller-hooks-contrib==2022.8
|
||||
pyparsing==3.0.9
|
||||
pyinstaller-hooks-contrib==2022.14
|
||||
pyproj==3.4.1
|
||||
pyshp==2.3.1
|
||||
PySide6==6.4.1
|
||||
PySide6-Addons==6.4.1
|
||||
PySide6-Essentials==6.4.1
|
||||
pytest==7.1.2
|
||||
pytest==7.2.0
|
||||
python-dateutil==2.8.2
|
||||
python-dotenv==0.20.0
|
||||
python-dotenv==0.21.0
|
||||
pywin32-ctypes==0.2.0
|
||||
PyYAML==6.0
|
||||
Shapely==1.8.5
|
||||
shiboken6==6.4.1
|
||||
six==1.16.0
|
||||
sniffio==1.2.0
|
||||
starlette==0.19.1
|
||||
tabulate==0.8.10
|
||||
text-unidecode==1.3
|
||||
toml==0.10.2
|
||||
sniffio==1.3.0
|
||||
starlette==0.22.0
|
||||
tabulate==0.9.0
|
||||
tomli==2.0.1
|
||||
types-Jinja2==2.11.9
|
||||
types-MarkupSafe==1.1.10
|
||||
types-Pillow==9.2.0
|
||||
types-PyYAML==6.0.9
|
||||
types-tabulate==0.8.11
|
||||
typing_extensions==4.3.0
|
||||
types-Pillow==9.3.0.4
|
||||
types-PyYAML==6.0.12.2
|
||||
types-tabulate==0.9.0.0
|
||||
typing_extensions==4.4.0
|
||||
uvicorn==0.20.0
|
||||
virtualenv==20.15.1
|
||||
watchgod==0.8.2
|
||||
websockets==10.3
|
||||
virtualenv==20.17.1
|
||||
watchfiles==0.18.1
|
||||
websockets==10.4
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user