Skip to content

Commit 178d28d

Browse files
authored
Change backoff requirement (#148)
1 parent a6c145c commit 178d28d

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

poetry.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ version = "0"
2222
[tool.poetry.dependencies]
2323
python = "^3.8"
2424
aiohttp = "^3.8"
25-
backoff = "^1.10.0"
25+
backoff = "<3"
2626

2727
[tool.poetry.dev-dependencies]
2828
aresponses = "^2.1.6"
@@ -35,8 +35,6 @@ pytest = "^7.2.0"
3535
pytest-asyncio = "^0.15.1"
3636
pytest-cov = "^4.0.0"
3737

38-
39-
4038
[tool.black]
4139
line-length = 100
4240
target-version = ['py38']

0 commit comments

Comments
 (0)