commit | 092acb2e2085f37ed05172398e09354363fdb90a | [log] [tgz] |
---|---|---|
author | vexxhost-bot <105816074+vexxhost-bot@users.noreply.github.com> | Tue Jun 25 23:41:22 2024 +0200 |
committer | GitHub <noreply@github.com> | Tue Jun 25 17:41:22 2024 -0400 |
tree | 9b76d61f07f13f72ebbdfafe8ae613656f36ff2b | |
parent | a54950135b25e5e1760111ef84e7a497265c709d [diff] |
[stable/2023.2] fix: limit aiofiles version for package issue (#1445) 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