diff --git a/poetry.lock b/poetry.lock index 7d3de5553bb4d83bd9f363fe438977c041a4caa2..7cdadf156c48ede21d9c9841dc90b44c578c6eec 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2,14 +2,14 @@ [[package]] name = "aiofiles" -version = "22.1.0" +version = "23.1.0" description = "File support for asyncio." category = "main" optional = false python-versions = ">=3.7,<4.0" files = [ - {file = "aiofiles-22.1.0-py3-none-any.whl", hash = "sha256:1142fa8e80dbae46bb6339573ad4c8c0841358f79c6eb50a493dceca14621bad"}, - {file = "aiofiles-22.1.0.tar.gz", hash = "sha256:9107f1ca0b2a5553987a94a3c9959fe5b491fdf731389aa5b7b1bd0733e32de6"}, + {file = "aiofiles-23.1.0-py3-none-any.whl", hash = "sha256:9312414ae06472eb6f1d163f555e466a23aed1c8f60c30cccf7121dba2e53eb2"}, + {file = "aiofiles-23.1.0.tar.gz", hash = "sha256:edd247df9a19e0db16534d4baaf536d6609a43e1de5401d7a4c1c148753a1635"}, ] [[package]] @@ -845,4 +845,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "b0417b46bdcac4373c202293c795cb93289e11f1a33e8e2e38ed107c45c4380c" +content-hash = "1f036dc5940995a2846673ab5b8bc9265fe5ec8933cb289e4ce2929c7fe7d5b2" diff --git a/pyproject.toml b/pyproject.toml index 777116e6fc03d219634d4d332af6d570596037a4..f9d6398331a8a7a05eaa81d9c1721667de092df2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ packages = [{include = "archiveorg_dl"}] [tool.poetry.dependencies] python = "^3.7" -aiofiles = "==22.1.0" +aiofiles = "==23.1.0" aiohttp = "==3.8.3" backoff = "==2.2.1" click = "==8.1.3"