⬆️ 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-01-15 12:12:02 +08:00
committed by scdhh
parent bc87e4b16d
commit 472becdfe0
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@@ -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"

View File

@@ -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" }