Unpin aiofiles version

This commit is contained in:
monosans
2024-02-08 09:50:52 +03:00
parent 91d2624224
commit ef63eeb2db
2 changed files with 2 additions and 2 deletions
Generated
+1 -1
View File
@@ -1298,4 +1298,4 @@ termux = []
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "0cd06fb32e6d0be3aeb5d1265ffaf069b2bc65f7cf19742b83e193c6b9a0bed9"
content-hash = "47a8b05632de499ee4814ac2cc5ee95b1558276b08f36736e66654e1443e01b4"
+1 -1
View File
@@ -14,7 +14,7 @@ classifiers = ["Private :: Do Not Upload"]
[tool.poetry.dependencies]
python = "^3.8"
aiodns = { version = ">=1.1,<4", optional = true }
aiofiles = ">=0.8"
aiofiles = "*"
aiohttp = "^3.8.6"
aiohttp-socks = ">=0.7,<0.9"
attrs = ">=22.2"