1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-03 04:25:24 +02:00

fix(deps): update dependency aiofiles to v23 (#2108)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-02-11 10:41:08 -09:00 committed by GitHub
parent 7d4a379f0d
commit 7fe74cf997
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View file

@ -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]]
@ -3049,4 +3049,4 @@ pgsql = ["psycopg2-binary"]
[metadata]
lock-version = "2.0"
python-versions = "^3.10"
content-hash = "cf0ed0fb0e6b33726ec498316c904f07f7d94f9de62c2ff2bc05ab66d4b3f214"
content-hash = "43a2672cd3e8368146a4d77fd62ebb4efa851f3f3fbd29bbd089fb0374e88fc2"

View file

@ -13,7 +13,7 @@ Jinja2 = "^3.1.2"
Pillow = "^9.2.0"
PyYAML = "^5.3.1"
SQLAlchemy = "^2"
aiofiles = "^22.1.0"
aiofiles = "^23.0.0"
alembic = "^1.7.5"
aniso8601 = "9.0.1"
appdirs = "1.4.4"