mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-04 21:15:22 +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:
parent
7d4a379f0d
commit
7fe74cf997
2 changed files with 5 additions and 5 deletions
8
poetry.lock
generated
8
poetry.lock
generated
|
@ -2,14 +2,14 @@
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "aiofiles"
|
name = "aiofiles"
|
||||||
version = "22.1.0"
|
version = "23.1.0"
|
||||||
description = "File support for asyncio."
|
description = "File support for asyncio."
|
||||||
category = "main"
|
category = "main"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.7,<4.0"
|
python-versions = ">=3.7,<4.0"
|
||||||
files = [
|
files = [
|
||||||
{file = "aiofiles-22.1.0-py3-none-any.whl", hash = "sha256:1142fa8e80dbae46bb6339573ad4c8c0841358f79c6eb50a493dceca14621bad"},
|
{file = "aiofiles-23.1.0-py3-none-any.whl", hash = "sha256:9312414ae06472eb6f1d163f555e466a23aed1c8f60c30cccf7121dba2e53eb2"},
|
||||||
{file = "aiofiles-22.1.0.tar.gz", hash = "sha256:9107f1ca0b2a5553987a94a3c9959fe5b491fdf731389aa5b7b1bd0733e32de6"},
|
{file = "aiofiles-23.1.0.tar.gz", hash = "sha256:edd247df9a19e0db16534d4baaf536d6609a43e1de5401d7a4c1c148753a1635"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -3049,4 +3049,4 @@ pgsql = ["psycopg2-binary"]
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.10"
|
python-versions = "^3.10"
|
||||||
content-hash = "cf0ed0fb0e6b33726ec498316c904f07f7d94f9de62c2ff2bc05ab66d4b3f214"
|
content-hash = "43a2672cd3e8368146a4d77fd62ebb4efa851f3f3fbd29bbd089fb0374e88fc2"
|
||||||
|
|
|
@ -13,7 +13,7 @@ Jinja2 = "^3.1.2"
|
||||||
Pillow = "^9.2.0"
|
Pillow = "^9.2.0"
|
||||||
PyYAML = "^5.3.1"
|
PyYAML = "^5.3.1"
|
||||||
SQLAlchemy = "^2"
|
SQLAlchemy = "^2"
|
||||||
aiofiles = "^22.1.0"
|
aiofiles = "^23.0.0"
|
||||||
alembic = "^1.7.5"
|
alembic = "^1.7.5"
|
||||||
aniso8601 = "9.0.1"
|
aniso8601 = "9.0.1"
|
||||||
appdirs = "1.4.4"
|
appdirs = "1.4.4"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue