Skip to content

Commit 640610c

Browse files
author
Rami Chowdhury
committed
Update deps for fun
1 parent d3455eb commit 640610c

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ graphene = ">=2.1.3,<3"
2525
pydantic = ">=0.25,<0.30"
2626

2727
[tool.poetry.dev-dependencies]
28-
pytest = "~4.6.3"
28+
pytest = "~4.6.4"
2929
pytest-cov = "~2.7.1"
30-
tox = "3.7.0" # sync with tox.ini
30+
tox = "~3.12.0" # sync with tox.ini
3131
mypy = "0.720"
3232
black = "19.3b0"
33-
pre-commit = "1.14.4"
33+
pre-commit = "~1.17.0"
3434

3535
[build-system]
3636
requires = ["poetry>=0.12"]

0 commit comments

Comments
 (0)