build: update version of aiohttp

This commit is contained in:
mkdir700
2022-11-05 22:18:29 +08:00
parent c4ae7154fd
commit 5c776d20db
2 changed files with 547 additions and 197 deletions

743
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -23,6 +23,7 @@ aiomcache = { version = "*", optional = true }
pendulum = "*" pendulum = "*"
aiobotocore = { version = "^1.4.1", optional = true } aiobotocore = { version = "^1.4.1", optional = true }
typing-extensions = { version = ">=4.1.0", markers = "python_version < \"3.10\"" } typing-extensions = { version = ">=4.1.0", markers = "python_version < \"3.10\"" }
aiohttp= { version = ">=3.8.3", markers = "python_version >= \"3.11\""}
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
flake8 = "*" flake8 = "*"