Update Python dependencies
parent
86905c8167
commit
95bb6fd88c
|
@ -1,27 +1,25 @@
|
|||
aiofiles==0.6.0
|
||||
aiohttp==3.7.4.post0
|
||||
aiohttp-socks==0.6.0
|
||||
appdirs==1.4.4
|
||||
async-timeout==3.0.1
|
||||
attrs==21.2.0
|
||||
chardet==4.0.0
|
||||
distlib==0.3.2
|
||||
filelock==3.0.12
|
||||
future==0.18.2
|
||||
h11==0.12.0
|
||||
h2==4.0.0
|
||||
aiofiles==23.2.1
|
||||
aiohttp==3.8.5
|
||||
aiohttp-socks==0.7.1
|
||||
aiosignal==1.3.1
|
||||
async-timeout==4.0.3
|
||||
attrs==23.1.0
|
||||
charset-normalizer==3.3.0
|
||||
frozenlist==1.4.0
|
||||
future==0.18.3
|
||||
h11==0.14.0
|
||||
h2==4.1.0
|
||||
hpack==4.0.0
|
||||
hyperframe==6.0.1
|
||||
idna==3.2
|
||||
jsonschema==3.2.0
|
||||
Logbook==1.5.3
|
||||
matrix-nio==0.18.3
|
||||
multidict==5.1.0
|
||||
pycryptodome==3.10.1
|
||||
pyrsistent==0.17.3
|
||||
python-socks==1.2.4
|
||||
six==1.16.0
|
||||
typing-extensions==3.10.0.0
|
||||
idna==3.4
|
||||
jsonschema==4.19.1
|
||||
jsonschema-specifications==2023.7.1
|
||||
matrix-nio==0.21.2
|
||||
multidict==6.0.4
|
||||
pycryptodome==3.19.0
|
||||
python-socks==2.4.3
|
||||
PyYAML==6.0.1
|
||||
referencing==0.30.2
|
||||
rpds-py==0.10.3
|
||||
unpaddedbase64==2.1.0
|
||||
virtualenv==20.4.7
|
||||
yarl==1.6.3
|
||||
yarl==1.9.2
|
||||
|
|
Loading…
Reference in New Issue