Skip to content

Commit

Permalink
Update mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Jun 18, 2023
1 parent 6839d7e commit 6ce51a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ python = "^3.8.1"
[tool.poetry.dev-dependencies]
pytest = "^7.2.0"
hypothesis = "^6.58.0"
mypy = {version = "^0.991", markers = "platform_python_implementation != 'PyPy'"}
mypy = {version = "1.3.0", markers = "platform_python_implementation != 'PyPy'"}
flake8 = "^6.0.0"
Sphinx = "^6.2.1"
sphinx-rtd-theme = "^1.1.1"
Expand Down

0 comments on commit 6ce51a6

Please sign in to comment.