diff --git a/poetry.lock b/poetry.lock index 64746db8..f1d376ee 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.0 and should not be changed by hand. [[package]] name = "add-trailing-comma" @@ -52,14 +52,14 @@ files = [ [[package]] name = "aiofiles" -version = "23.2.1" +version = "25.1.0" description = "File support for asyncio." optional = false -python-versions = ">=3.7" +python-versions = ">=3.9" groups = ["main"] files = [ - {file = "aiofiles-23.2.1-py3-none-any.whl", hash = "sha256:19297512c647d4b27a2cf7c34caa7e405c0d60b5560618a29a9fe027b18b0107"}, - {file = "aiofiles-23.2.1.tar.gz", hash = "sha256:84ec2218d8419404abcb9f0c02df3f34c6e0a68ed41072acfb1cef5cbc29051a"}, + {file = "aiofiles-25.1.0-py3-none-any.whl", hash = "sha256:abe311e527c862958650f9438e859c1fa7568a141b22abcd015e120e86a85695"}, + {file = "aiofiles-25.1.0.tar.gz", hash = "sha256:a8d728f0a29de45dc521f18f07297428d56992a742f0cd2701ba86e44d23d5b2"}, ] [[package]] @@ -1697,4 +1697,4 @@ dev = ["black (>=19.3b0) ; python_version >= \"3.6\"", "pytest (>=4.6.2)"] [metadata] lock-version = "2.1" python-versions = ">=3.9,<3.14" -content-hash = "78fb399feb9a1fab9b80489c8630431c8b7be1e939d110d0eb04bd79debf29b3" +content-hash = "efbe32a6b5280e2b856ae064ae41e8055c2927922235828007cd2c24d65c3aac" diff --git a/pyproject.toml b/pyproject.toml index 3f77e707..e3206771 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ repository = "https://github.com/ExpressApp/pybotx" [tool.poetry.dependencies] python = ">=3.9,<3.14" -aiofiles = ">=0.7.0,<=24.1.0" +aiofiles = ">=0.7.0,<=25.1.0" httpx = "^0.28.0" # The v1.0.3 cause some troubles with no-wait callbacks functionality. # It will be fixed in the next versions.