From a1b2d231c3728a92c1b273e126404225da04fe2f Mon Sep 17 00:00:00 2001
From: renovate <renovate@archlinux.org>
Date: Sun, 4 Aug 2024 20:25:21 +0000
Subject: [PATCH] fix(deps): update dependency aiofiles to v24

---
 poetry.lock    | 10 +++++-----
 pyproject.toml |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/poetry.lock b/poetry.lock
index 80a1940d8..f275a998c 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -2,13 +2,13 @@
 
 [[package]]
 name = "aiofiles"
-version = "23.2.1"
+version = "24.1.0"
 description = "File support for asyncio."
 optional = false
-python-versions = ">=3.7"
+python-versions = ">=3.8"
 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-24.1.0-py3-none-any.whl", hash = "sha256:b4ec55f4195e3eb5d7abd1bf7e061763e864dd4954231fb8539a0ef8bb8260e5"},
+    {file = "aiofiles-24.1.0.tar.gz", hash = "sha256:22a075c9e5a3810f0c2e48f3008c94d68c65d763b9b03857924c99e57355166c"},
 ]
 
 [[package]]
@@ -2082,4 +2082,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
 [metadata]
 lock-version = "2.0"
 python-versions = ">=3.9,<3.13"
-content-hash = "c577e1b83dd2212c74b0a971fecfd8d64ae7df321fac64c49fec9bf559bce3aa"
+content-hash = "d26a9932cf8f6c98fdfbdbd448c0d64b4fae5d7184b7e9106645e7be1f6568b9"
diff --git a/pyproject.toml b/pyproject.toml
index 5f2470edd..04310e479 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -58,7 +58,7 @@ python = ">=3.9,<3.13"
 # based on git tags.
 
 # General
-aiofiles = "^23.2.1"
+aiofiles = "^24.0.0"
 asgiref = "^3.8.1"
 bcrypt = "^4.1.2"
 bleach = "^6.1.0"
-- 
GitLab