Skip to content

Commit 195ae22

Browse files
committed
dev dependencies updated.
1 parent b3855cc commit 195ae22

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ include = ["crontools/py.typed"]
2525
[tool.poetry.dependencies]
2626
python = "^3.7"
2727
tzlocal = "^2.0"
28-
types-tzlocal = "^4.1.0"
2928

3029
[tool.poetry.dev-dependencies]
31-
pytest = "^6.0"
32-
pytest-cov = "^2.0"
33-
freezegun = "^1.2"
30+
pre-commit = "^2.21.0"
3431
mypy = "^1.0.1"
35-
pre-commit = "^2.18.1"
32+
pytest = "^7.2.1"
33+
pytest-cov = "^4.0.0"
34+
freezegun = "^1.2.1"
35+
types-tzlocal = "^4.1.0"
3636

3737
[build-system]
3838
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)