Skip to content

Commit 40fde28

Browse files
authored
update dev dep (#26)
1 parent 32609e4 commit 40fde28

File tree

2 files changed

+97
-66
lines changed

2 files changed

+97
-66
lines changed

poetry.lock

Lines changed: 91 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ mnemonic = "^0.19"
1616
pysha3 = "^1.0.2"
1717

1818
[tool.poetry.dev-dependencies]
19-
black = "^19.10b0"
20-
mypy = "^0.770"
21-
flake8 = "^3.8.2"
22-
ipython = { version = "^7.14.0", python = "^3.6.8" }
23-
pytest = "^5.4.2"
24-
pytest-cov = "^2.9.0"
19+
black = "^20.8b0"
20+
mypy = "^0.782"
21+
flake8 = "^3.8.3"
22+
ipython = { version = "^7.18.0", python = "^3.7" }
23+
pytest = "^6.0.2"
24+
pytest-cov = "^2.10.1"
2525

2626
[build-system]
2727
requires = ["poetry>=0.12"]

0 commit comments

Comments
 (0)