diff --git a/poetry.lock b/poetry.lock index eec209f..502e500 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2,13 +2,13 @@ [[package]] name = "aiofiles" -version = "23.1.0" +version = "23.2.1" description = "File support for asyncio." optional = false -python-versions = ">=3.7,<4.0" +python-versions = ">=3.7" files = [ - {file = "aiofiles-23.1.0-py3-none-any.whl", hash = "sha256:9312414ae06472eb6f1d163f555e466a23aed1c8f60c30cccf7121dba2e53eb2"}, - {file = "aiofiles-23.1.0.tar.gz", hash = "sha256:edd247df9a19e0db16534d4baaf536d6609a43e1de5401d7a4c1c148753a1635"}, + {file = "aiofiles-23.2.1-py3-none-any.whl", hash = "sha256:19297512c647d4b27a2cf7c34caa7e405c0d60b5560618a29a9fe027b18b0107"}, + {file = "aiofiles-23.2.1.tar.gz", hash = "sha256:84ec2218d8419404abcb9f0c02df3f34c6e0a68ed41072acfb1cef5cbc29051a"}, ] [[package]] diff --git a/pyproject.toml b/pyproject.toml index 0388ca0..d318dae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ fastapi = "^0.103.1" jinja2 = "^3.1.2" uvicorn = "^0.23.2" python-multipart = "^0.0.6" -aiofiles = "^23.1.0" +aiofiles = "^23.2.1" requests = "^2.31.0" fastapi-utils = "^0.2.1" python-dotenv = "^1.0.0"