mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Bump constraint for aiostream
Fixes: https://github.com/pimutils/vdirsyncer/issues/1111
This commit is contained in:
parent
84ff0ac943
commit
ddfe3cc749
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ dependencies = [
|
||||||
"click-log>=0.3.0,<0.5.0",
|
"click-log>=0.3.0,<0.5.0",
|
||||||
"requests>=2.20.0",
|
"requests>=2.20.0",
|
||||||
"aiohttp>=3.8.2,<4.0.0",
|
"aiohttp>=3.8.2,<4.0.0",
|
||||||
"aiostream>=0.4.3,<0.5.0",
|
"aiostream>=0.4.3,<0.6.0",
|
||||||
]
|
]
|
||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue