build(deps-dev): bump types-aiofiles from 23.1.0.5 to 23.2.0.0 (#1167)

Bumps [types-aiofiles](https://github.com/python/typeshed) from 23.1.0.5 to 23.2.0.0.
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-aiofiles
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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]
2023-08-17 02:53:40 +00:00
committed by GitHub
parent 3224fb8d58
commit acd25fd232
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -2450,13 +2450,13 @@ files = [
[[package]]
name = "types-aiofiles"
version = "23.1.0.5"
version = "23.2.0.0"
description = "Typing stubs for aiofiles"
optional = false
python-versions = "*"
files = [
{file = "types-aiofiles-23.1.0.5.tar.gz", hash = "sha256:8acf2c847eb474a1397e88ac6e981484c5211715ceba1b41f6431cdc95094e7d"},
{file = "types_aiofiles-23.1.0.5-py3-none-any.whl", hash = "sha256:4106aa867fb8d3ded9b21ca4a9dbe3f8580f756cf90973d2b863f2cbb9c29995"},
{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"},
]
[[package]]
@ -2743,4 +2743,4 @@ sqlite = ["aiosqlite"]
[metadata]
lock-version = "2.0"
python-versions = "^3.7.0"
content-hash = "607fd017fb36966aef7dca8325a0c4b5bbfe4da87fa2b6dbd4f92b886d20a882"
content-hash = "c9307d8a2e155f9ef57127d37718ef78b1a5a0c3af1fcbae0d6fecc9513c8868"

View File

@ -96,7 +96,7 @@ types-ipaddress = "^1.0.1"
types-enum34 = "^1.1.1"
types-cryptography = "^3.3.23"
types-orjson = "^3.6.1"
types-aiofiles = "^23.1.0"
types-aiofiles = "^23.2.0"
types-pkg-resources = "^0.1.3"
types-requests = "^2.31.0"
types-toml = "^0.10.8"