From 435278b43c98f58e01d206d37ae95a8d7aeec7c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 19:25:01 +0800 Subject: [PATCH] :arrow_up: Bump aiofiles from 22.1.0 to 23.1.0 Bumps [aiofiles](https://github.com/Tinche/aiofiles) from 22.1.0 to 23.1.0. - [Release notes](https://github.com/Tinche/aiofiles/releases) - [Commits](https://github.com/Tinche/aiofiles/compare/v22.1.0...v23.1.0) --- updated-dependencies: - dependency-name: aiofiles dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 311ac68..d82d11d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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]] @@ -2854,4 +2854,4 @@ test = ["pytest", "pytest-asyncio", "flaky"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "5e9d1632b96a6f2fcb467f7371d41c23dae0396f9bd1d27d37db276a763e2805" +content-hash = "d691cc530dfd8d63948b70280ac128697db53c8ec2e7c4b343d63e3563e2c838" diff --git a/pyproject.toml b/pyproject.toml index 2238825..2f38f23 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ fakeredis = "^2.2.0" beautifulsoup4 = "^4.11.1" asyncmy = "0.2.7rc6" pyppeteer = "^1.0.2" -aiofiles = "^22.1.0" +aiofiles = "^23.1.0" python-dotenv = "^0.21.0" alembic = "^1.9.0" black = "^22.12.0"