commit | 69d62f2814d7a64059ca3adf26cb97410a053284 | [log] [tgz] |
---|---|---|
author | vexxhost-bot <105816074+vexxhost-bot@users.noreply.github.com> | Tue Jun 25 23:41:56 2024 +0200 |
committer | GitHub <noreply@github.com> | Tue Jun 25 17:41:56 2024 -0400 |
tree | 2a142ba05964a1993cee3e3a8135305dd671ec78 | |
parent | c1b3f2435166420ed23a0c692ab8d58034b148d0 [diff] |
[stable/zed] fix: limit aiofiles version for package issue (#1447) Co-authored-by: ricolin <rlin@vexxhost.com>
diff --git a/tox.ini b/tox.ini index 10c5db5..74bc9b5 100644 --- a/tox.ini +++ b/tox.ini
@@ -32,6 +32,7 @@ skipsdist = True deps = aiopath + aiofiles!=24.1.0 aioshutil asynctempfile GitPython