Bump types-aiofiles from 0.1.9 to 0.7.0

Bumps [types-aiofiles](https://github.com/python/typeshed) from 0.1.9 to 0.7.0.
- [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-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-10-13 09:50:55 +00:00
committed by GitHub
parent 57328ccef9
commit 2c918ada06
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -1269,7 +1269,7 @@ python-versions = "*"
[[package]]
name = "types-aiofiles"
version = "0.1.9"
version = "0.7.0"
description = "Typing stubs for aiofiles"
category = "dev"
optional = false
@ -1434,7 +1434,7 @@ sqlite = []
[metadata]
lock-version = "1.1"
python-versions = "^3.6.2"
content-hash = "60380d9b6272517de738f5cf8c028459cafd977a4b7827b28c27c4c892a8e5b3"
content-hash = "9bbbe7fe8465f6cc2b1fe996119f7fb84c20e569aec0366f15a081cfd2c767c6"
[metadata.files]
aiocontextvars = [
@ -2293,8 +2293,8 @@ typed-ast = [
{file = "typed_ast-1.4.3.tar.gz", hash = "sha256:fb1bbeac803adea29cedd70781399c99138358c26d05fcbd23c13016b7f5ec65"},
]
types-aiofiles = [
{file = "types-aiofiles-0.1.9.tar.gz", hash = "sha256:3ccfe55e17a97143c7a3730ed52b24385171212d4bc76c63c867c437512ef55e"},
{file = "types_aiofiles-0.1.9-py3-none-any.whl", hash = "sha256:36b806484b4ce1d29327157ba46e4c901cddef522cce6516d229c1f5b54c1ff0"},
{file = "types-aiofiles-0.7.0.tar.gz", hash = "sha256:f1c9aacd8ee8fcf3c66744b4bd0963e1eac3753f0e5c20d71214f53da11bc7e3"},
{file = "types_aiofiles-0.7.0-py3-none-any.whl", hash = "sha256:0334df97d4fcc70a29ad82ccbe48b914cd7bf31e6cc95942862057892ec5cc81"},
]
types-cryptography = [
{file = "types-cryptography-3.3.5.tar.gz", hash = "sha256:65f51b899499a97efa155b2882eafca003b404af3c67a0ff492d3b7f140f6468"},

View File

@ -99,7 +99,7 @@ types-ipaddress = "^1.0.0"
types-enum34 = "^1.1.0"
types-cryptography = "^3.3.5"
types-orjson = "^3.6.1"
types-aiofiles = "^0.1.9"
types-aiofiles = "^0.7.0"
types-pkg-resources = "^0.1.3"
types-requests = "^2.25.9"
types-toml = "^0.10.1"