diff --git a/poetry.lock b/poetry.lock index dae2305fc..8aa4a1c80 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2,14 +2,14 @@ [[package]] name = "aiofiles" -version = "24.1.0" +version = "25.1.0" description = "File support for asyncio." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["main"] files = [ - {file = "aiofiles-24.1.0-py3-none-any.whl", hash = "sha256:b4ec55f4195e3eb5d7abd1bf7e061763e864dd4954231fb8539a0ef8bb8260e5"}, - {file = "aiofiles-24.1.0.tar.gz", hash = "sha256:22a075c9e5a3810f0c2e48f3008c94d68c65d763b9b03857924c99e57355166c"}, + {file = "aiofiles-25.1.0-py3-none-any.whl", hash = "sha256:abe311e527c862958650f9438e859c1fa7568a141b22abcd015e120e86a85695"}, + {file = "aiofiles-25.1.0.tar.gz", hash = "sha256:a8d728f0a29de45dc521f18f07297428d56992a742f0cd2701ba86e44d23d5b2"}, ] [[package]] @@ -4048,4 +4048,4 @@ pgsql = ["psycopg2-binary"] [metadata] lock-version = "2.1" python-versions = ">=3.12,<3.13" -content-hash = "34add7c7f54532ee486785d5d565de616348aaef548bde4f1a482f5de4adcef5" +content-hash = "0bfed6b7da7b39290244ff05c85aacd85606caacdb87a023eeb190dec8f0a608" diff --git a/pyproject.toml b/pyproject.toml index 69149daf0..0b16fa72d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ Jinja2 = "^3.1.2" Pillow = "^11.3.0" PyYAML = "^6.0.1" SQLAlchemy = "^2" -aiofiles = "^24.0.0" +aiofiles = "^25.0.0" alembic = "^1.11.3" aniso8601 = "10.0.1" appdirs = "1.4.4"