Skip to content

Commit

Permalink
chore: bump aiohttp
Browse files Browse the repository at this point in the history
  • Loading branch information
Sune Debel committed Apr 3, 2021
1 parent 097265d commit ef6ec49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ include = ["src/pfun/py.typed", "src/pfun/*.c"]
[tool.poetry.dependencies]
python = "^3.7"
typing-extensions = "^3.7"
aiohttp = {extras = ["speedups"], version = "^3.6.2", optional = true}
aiohttp = {extras = ["speedups"], version = "^3.7.4", optional = true}
asyncpg = {version = "^0.20.1", optional = true}
dill = "^0.3.2"

Expand Down

0 comments on commit ef6ec49

Please sign in to comment.