bug: fix dependencies.

This commit is contained in:
Upstream Data
2024-06-05 10:25:44 -06:00
parent 6b3bf31597
commit 6f4aead0d4
2 changed files with 13 additions and 1 deletions

13
poetry.lock generated
View File

@@ -1,5 +1,16 @@
# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand.
[[package]]
name = "aiofiles"
version = "23.2.1"
description = "File support for asyncio."
optional = false
python-versions = ">=3.7"
files = [
{file = "aiofiles-23.2.1-py3-none-any.whl", hash = "sha256:19297512c647d4b27a2cf7c34caa7e405c0d60b5560618a29a9fe027b18b0107"},
{file = "aiofiles-23.2.1.tar.gz", hash = "sha256:84ec2218d8419404abcb9f0c02df3f34c6e0a68ed41072acfb1cef5cbc29051a"},
]
[[package]]
name = "anyio"
version = "4.3.0"
@@ -1177,4 +1188,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "b2b3bd7e96e830fbad7f57ea91d517400a500ec3686ceda841d07f8d34efd52b"
content-hash = "ff43cde4f74ab7226ad3eb5f6af1c2e9bc2387e95653f77cffa480d51e2f2417"

View File

@@ -15,6 +15,7 @@ passlib = "^1.7.4"
pyaml = "^23.12.0"
toml = "^0.10.2"
betterproto = "2.0.0b6"
aiofiles = "^23.2.1"
[tool.poetry.group.dev]
optional = true