diff --git a/poetry.lock b/poetry.lock index 20f2328..4cf81cf 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]] @@ -1508,4 +1508,4 @@ tests-strict = ["codecov (==2.0.15)", "pytest (==4.6.0)", "pytest (==4.6.0)", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "7a1e67946eaa1fd77813faa7611b552639d251c8810eff1b9d485d92c2f263ab" +content-hash = "79c9b72bd5e7b9c361ac08177b4039b9ec5928717225ba3cd19cfd6be3dc8a42" diff --git a/pyproject.toml b/pyproject.toml index 1b0e0c7..46998ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ packages = [ [tool.poetry.dependencies] python = ">=3.9,<4.0" -aiofiles = ">=0.8,<23.2" +aiofiles = ">=0.8,<23.3" asyncpg = "^0.27.0" pydantic = "^1.10.0" tabulate = "^0.9.0"