Skip to content

Commit 3cbdd3d

Browse files
committed
Update dependencies
1 parent e971f43 commit 3cbdd3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ functools32 = { version = "^3.2.3", python = "~2.7" }
2323
typing = { version = "^3.6", python = "~2.7 || ~3.4" }
2424

2525
[tool.poetry.dev-dependencies]
26-
pytest = "^3.6"
26+
pytest = "^4.6"
2727
pytest-cov = "^2.5"
28-
black = { version = "^18.6b4", python = "^3.6" }
28+
black = { version = "^19.3b0", python = "^3.6" }
2929
pre-commit = "^1.10"
3030
tox = "^3.1"
3131
codecov = "^2.0"

0 commit comments

Comments
 (0)