From 472becdfe0247bd6fbd0dc17b721fa8f816acdd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 12:12:02 +0800 Subject: [PATCH] :arrow_up: Bump types-aiofiles from 23.2.0.0 to 23.2.0.20240106 (#229) Bumps [types-aiofiles](https://github.com/python/typeshed) from 23.2.0.0 to 23.2.0.20240106. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-aiofiles dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index a0450fa..67d9cf1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1573,13 +1573,13 @@ files = [ [[package]] name = "types-aiofiles" -version = "23.2.0.0" +version = "23.2.0.20240106" description = "Typing stubs for aiofiles" optional = false -python-versions = "*" +python-versions = ">=3.8" files = [ - {file = "types-aiofiles-23.2.0.0.tar.gz", hash = "sha256:b6a7127bd232e0802532837b84140b1cd5df19ee60bea3a5699720d2b583361b"}, - {file = "types_aiofiles-23.2.0.0-py3-none-any.whl", hash = "sha256:5d6719e8148cb2a9c4ea46dad86d50d3b675c46a940adca698533a8d2216d53d"}, + {file = "types-aiofiles-23.2.0.20240106.tar.gz", hash = "sha256:ef4fa3072441c58beaadbd0d07ba18e89beff49c71648dd223e2ca861f3dac53"}, + {file = "types_aiofiles-23.2.0.20240106-py3-none-any.whl", hash = "sha256:7324f9a9f7200c1f4986a9e40a42b548290f707b967709f30b280e99fdacbd99"}, ] [[package]] @@ -2148,4 +2148,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "5b27ebe5e30bd0b34ab969ff8fb85be1830afa88634fbf94b4ec8061975bb7fc" +content-hash = "6f122e7629bf03cd33be6a1bba2d0eac5936625e801bcdbbb98d9b67f1cb41a9" diff --git a/pyproject.toml b/pyproject.toml index d99d269..e416ef5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ mypy = '>=0.991,<1.9' types-ujson = '^5.9.0' pandas-stubs = '>=1.5.2,<3.0.0' ruff = '>=0.0.239,<0.1.12' -types-aiofiles = "^23.2.0.0" +types-aiofiles = "^23.2.0.20240106" nonebot2 = { extras = ["fastapi"], version = "^2.1.3" } types-lxml = "^2023.3.28" nonebot-plugin-orm = { extras = ["default"], version = ">=0.3,<0.7" }