fix(deps): update dependency aiofiles to v22

This commit is contained in:
renovate 2022-09-07 04:24:53 +00:00
parent a39f34d695
commit 486f8bd61c
No known key found for this signature in database
GPG key ID: 52B8FACB6DED89D9
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View file

@ -1,10 +1,10 @@
[[package]] [[package]]
name = "aiofiles" name = "aiofiles"
version = "0.8.0" version = "22.1.0"
description = "File support for asyncio." description = "File support for asyncio."
category = "main" category = "main"
optional = false optional = false
python-versions = ">=3.6,<4.0" python-versions = ">=3.7,<4.0"
[[package]] [[package]]
name = "alembic" name = "alembic"
@ -1022,12 +1022,12 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>=
[metadata] [metadata]
lock-version = "1.1" lock-version = "1.1"
python-versions = ">=3.9,<3.11" python-versions = ">=3.9,<3.11"
content-hash = "f6a259093ff2796b5a3f579fcd00cc1c6a841d769abd9c898a91a8a6a2eec76f" content-hash = "888f848aad23900dcff3c089e13b88547605ef760dc3714a9872a89346e150e2"
[metadata.files] [metadata.files]
aiofiles = [ aiofiles = [
{file = "aiofiles-0.8.0-py3-none-any.whl", hash = "sha256:7a973fc22b29e9962d0897805ace5856e6a566ab1f0c8e5c91ff6c866519c937"}, {file = "aiofiles-22.1.0-py3-none-any.whl", hash = "sha256:1142fa8e80dbae46bb6339573ad4c8c0841358f79c6eb50a493dceca14621bad"},
{file = "aiofiles-0.8.0.tar.gz", hash = "sha256:8334f23235248a3b2e83b2c3a78a22674f39969b96397126cc93664d9a901e59"}, {file = "aiofiles-22.1.0.tar.gz", hash = "sha256:9107f1ca0b2a5553987a94a3c9959fe5b491fdf731389aa5b7b1bd0733e32de6"},
] ]
alembic = [ alembic = [
{file = "alembic-1.8.1-py3-none-any.whl", hash = "sha256:0a024d7f2de88d738d7395ff866997314c837be6104e90c5724350313dee4da4"}, {file = "alembic-1.8.1-py3-none-any.whl", hash = "sha256:0a024d7f2de88d738d7395ff866997314c837be6104e90c5724350313dee4da4"},

View file

@ -57,7 +57,7 @@ python = ">=3.9,<3.11"
# based on git tags. # based on git tags.
# General # General
aiofiles = "^0.8.0" aiofiles = "^22.0.0"
asgiref = "^3.4.1" asgiref = "^3.4.1"
bcrypt = "^3.2.0" bcrypt = "^3.2.0"
bleach = "^4.1.0" bleach = "^4.1.0"