Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
Pin aiohttp to 3.6.1 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
bachya authored Dec 12, 2019
1 parent 249f0fd commit dcf66b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ classifiers = [
]

[tool.poetry.dependencies]
aiohttp = "^3.6.2"
aiohttp = "3.6.1"
python = "^3.6.1"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit dcf66b8

Please sign in to comment.