Bump types-aiofiles from 0.8.5 to 0.8.6

Bumps [types-aiofiles](https://github.com/python/typeshed) from 0.8.5 to 0.8.6.
- [Release notes](https://github.com/python/typeshed/releases)
- [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>
This commit is contained in:
dependabot[bot]
2022-03-29 07:34:18 +00:00
committed by GitHub
parent fb2c4bff29
commit 9b93446fdd
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -1240,7 +1240,7 @@ python-versions = ">=3.6"
[[package]]
name = "types-aiofiles"
version = "0.8.5"
version = "0.8.6"
description = "Typing stubs for aiofiles"
category = "dev"
optional = false
@ -1431,7 +1431,7 @@ sqlite = []
[metadata]
lock-version = "1.1"
python-versions = "^3.7.0"
content-hash = "4cf1a171990adbaea570312bb0949e3de842a7c1df8c9fae7704c4513500e40f"
content-hash = "ee8324848bc55fa01454109840341d2a5a9099e01c1d3a96814e2f7460368d9c"
[metadata.files]
aiomysql = [
@ -2306,8 +2306,8 @@ typed-ast = [
{file = "typed_ast-1.5.2.tar.gz", hash = "sha256:525a2d4088e70a9f75b08b3f87a51acc9cde640e19cc523c7e41aa355564ae27"},
]
types-aiofiles = [
{file = "types-aiofiles-0.8.5.tar.gz", hash = "sha256:567ace1ecd918542f23c2f05deaca48779df18f020aafe35ea0c7f60f61fd710"},
{file = "types_aiofiles-0.8.5-py3-none-any.whl", hash = "sha256:e1867580b1305735ed75854c68096627b3ddb6059b22dd3e089304b398bba0ef"},
{file = "types-aiofiles-0.8.6.tar.gz", hash = "sha256:ebf8b9a17f4128d095cbb7c523379b0764bd2dc0b3b4c79ec9dbb753561e07fb"},
{file = "types_aiofiles-0.8.6-py3-none-any.whl", hash = "sha256:40990251efa28ba60cac411221eb35ebb4b34cfef2b56f4d5f01054b06fbbbe8"},
]
types-cryptography = [
{file = "types-cryptography-3.3.18.tar.gz", hash = "sha256:448feaf9ae31226149bc6bce1cf8fff54da661ef04837f7c0c316829885c3628"},

View File

@ -101,7 +101,7 @@ types-ipaddress = "^1.0.1"
types-enum34 = "^1.1.1"
types-cryptography = "^3.3.9"
types-orjson = "^3.6.1"
types-aiofiles = "^0.8.3"
types-aiofiles = "^0.8.6"
types-pkg-resources = "^0.1.3"
types-requests = "^2.26.1"
types-toml = "^0.10.1"