diff --git a/poetry.lock b/poetry.lock index 2646b5db9..9580129ba 100644 --- a/poetry.lock +++ b/poetry.lock @@ -186,16 +186,14 @@ files = [ [[package]] name = "asyncio" -version = "3.4.3" -description = "reference implementation of PEP 3156" +version = "4.0.0" +description = "Deprecated backport of asyncio; use the stdlib package instead" optional = false -python-versions = "*" +python-versions = ">=3.4" groups = ["main"] files = [ - {file = "asyncio-3.4.3-cp33-none-win32.whl", hash = "sha256:b62c9157d36187eca799c378e572c969f0da87cd5fc42ca372d92cdb06e7e1de"}, - {file = "asyncio-3.4.3-cp33-none-win_amd64.whl", hash = "sha256:c46a87b48213d7464f22d9a497b9eef8c1928b68320a2fa94240f969f6fec08c"}, - {file = "asyncio-3.4.3-py3-none-any.whl", hash = "sha256:c4d18b22701821de07bd6aea8b53d21449ec0ec5680645e5317062ea21817d2d"}, - {file = "asyncio-3.4.3.tar.gz", hash = "sha256:83360ff8bc97980e4ff25c964c7bd3923d333d177aa4f7fb736b019f26c7cb41"}, + {file = "asyncio-4.0.0-py3-none-any.whl", hash = "sha256:c1eddb0659231837046809e68103969b2bef8b0400d59cfa6363f6b5ed8cc88b"}, + {file = "asyncio-4.0.0.tar.gz", hash = "sha256:570cd9e50db83bc1629152d4d0b7558d6451bb1bfd5dfc2e935d96fc2f40329b"}, ] [[package]] @@ -2253,4 +2251,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.9, <3.13" -content-hash = "0377e9d8f656d26bacf2ec6faa811d7172263b595430dc8ce21c5911538d3ed3" +content-hash = "2a7c0ad446e2ac781726f587942bc80da060507b501e3e002d4261e354885154" diff --git a/pyproject.toml b/pyproject.toml index cf325c901..cae06f097 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ nettacker = "nettacker.main:run" python = "^3.9, <3.13" aiohttp = "^3.9.5" argparse = "^1.4.0" -asyncio = "^3.4.3" +asyncio = ">=3.4.3,<5.0.0" flask = "^3.0.1" ipaddr = "^2.2.0" multiprocess = "^0.70.15"