Skip to content

Commit 2757016

Browse files
smith-ntcRenovate Botglennmatthews
authored
Update dependency mypy to ^0.910 (#114)
* Update dependency mypy to ^0.910 * Add mypy dev dependencies Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Glenn Matthews <[email protected]>
1 parent ac14493 commit 2757016

File tree

2 files changed

+79
-27
lines changed

2 files changed

+79
-27
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,11 @@ bandit = "^1.6.2"
4444
invoke = "^1.4.1"
4545
toml = "0.10.2"
4646
flake8 = "^4.0.0"
47-
mypy = "^0.812"
47+
mypy = "^0.910"
48+
# Dependencies for mypy to correctly analyze code using these libraries
49+
types-python-dateutil = "^2.8.3"
50+
types-pytz = "^2021.3.2"
51+
types-toml = "^0.10.1"
4852

4953
[tool.poetry.scripts]
5054
circuit-maintenance-parser = "circuit_maintenance_parser.cli:main"

0 commit comments

Comments
 (0)