Bump the required nio version

This commit is contained in:
Damir Jelić 2021-11-21 12:12:42 +01:00
parent 4848ab348f
commit 7a6a53b116
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ future = "^0.18.2"
attrs = "^19.3.0" attrs = "^19.3.0"
logbook = "^1.5.3" logbook = "^1.5.3"
pygments = "^2.6.1" pygments = "^2.6.1"
matrix-nio = { version = "^0.18.0", extras = [ "e2e" ] } matrix-nio = { version = "^0.18.7", extras = [ "e2e" ] }
python-magic = { version = "^0.4.15", optional = true } python-magic = { version = "^0.4.15", optional = true }
aiohttp = { version = "^3.6.2", optional = true } aiohttp = { version = "^3.6.2", optional = true }
requests = { version = "^2.23.0", optional = true } requests = { version = "^2.23.0", optional = true }

View file

@ -6,7 +6,7 @@ atomicwrites
attrs attrs
logbook logbook
pygments pygments
matrix-nio[e2e]>=0.6 matrix-nio[e2e]>=0.18.7
aiohttp ; python_version >= "3.5" aiohttp ; python_version >= "3.5"
python-magic python-magic
requests requests