Skip to content

Commit 1298441

Browse files
author
oscar.butler
committed
Fix dependencies and bump dev versions
1 parent 18d2f63 commit 1298441

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ classifiers = [
1616

1717
[tool.poetry.dependencies]
1818
python = "^3.8"
19-
pytest-timeout = "^1.4.2"
2019

2120
[tool.poetry.dev-dependencies]
22-
pytest = "^6.0.1"
23-
mypy = "^0.782"
21+
pytest = "^6.2.5"
22+
pytest-timeout = "^2.0.2"
23+
mypy = "v0.931"
2424

2525
[build-system]
26-
requires = ["poetry>=0.12"]
26+
requires = ["poetry>=1.1.12"]
2727
build-backend = "poetry.masonry.api"

0 commit comments

Comments
 (0)