From b432ab9259ca42fafd33b4ca3e1aa4b2d22f732c Mon Sep 17 00:00:00 2001 From: Renovate Bot <bot@dev.funkwhale.audio> Date: Wed, 10 Jan 2024 14:32:19 +0000 Subject: [PATCH] chore(deps): update dependency aiofiles to v0.8.0 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 150b169..63141c7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -33,7 +33,7 @@ include_package_data = True packages = find: python_requires = >=3.6 install_requires = - aiofiles==0.7.0 + aiofiles==0.8.0 aiohttp==3.7.4.post0 appdirs==1.4.4 click==7.1.2 -- GitLab