fix(deps): update dependency aiofiles to v25 (#6344)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-10-10 11:19:52 -05:00
committed by GitHub
parent 444beb68f9
commit 3118a0c0cf
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@@ -2,14 +2,14 @@
[[package]] [[package]]
name = "aiofiles" name = "aiofiles"
version = "24.1.0" version = "25.1.0"
description = "File support for asyncio." description = "File support for asyncio."
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.9"
groups = ["main"] groups = ["main"]
files = [ files = [
{file = "aiofiles-24.1.0-py3-none-any.whl", hash = "sha256:b4ec55f4195e3eb5d7abd1bf7e061763e864dd4954231fb8539a0ef8bb8260e5"}, {file = "aiofiles-25.1.0-py3-none-any.whl", hash = "sha256:abe311e527c862958650f9438e859c1fa7568a141b22abcd015e120e86a85695"},
{file = "aiofiles-24.1.0.tar.gz", hash = "sha256:22a075c9e5a3810f0c2e48f3008c94d68c65d763b9b03857924c99e57355166c"}, {file = "aiofiles-25.1.0.tar.gz", hash = "sha256:a8d728f0a29de45dc521f18f07297428d56992a742f0cd2701ba86e44d23d5b2"},
] ]
[[package]] [[package]]
@@ -4048,4 +4048,4 @@ pgsql = ["psycopg2-binary"]
[metadata] [metadata]
lock-version = "2.1" lock-version = "2.1"
python-versions = ">=3.12,<3.13" python-versions = ">=3.12,<3.13"
content-hash = "34add7c7f54532ee486785d5d565de616348aaef548bde4f1a482f5de4adcef5" content-hash = "0bfed6b7da7b39290244ff05c85aacd85606caacdb87a023eeb190dec8f0a608"

View File

@@ -17,7 +17,7 @@ Jinja2 = "^3.1.2"
Pillow = "^11.3.0" Pillow = "^11.3.0"
PyYAML = "^6.0.1" PyYAML = "^6.0.1"
SQLAlchemy = "^2" SQLAlchemy = "^2"
aiofiles = "^24.0.0" aiofiles = "^25.0.0"
alembic = "^1.11.3" alembic = "^1.11.3"
aniso8601 = "10.0.1" aniso8601 = "10.0.1"
appdirs = "1.4.4" appdirs = "1.4.4"