Skip to content

Commit

Permalink
chore: Fix mypy version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
BjoernPetersen committed Oct 18, 2024
1 parent c06de01 commit ae511c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ tzdata = "*"
[tool.poetry.group.dev.dependencies]
commitizen = "^3.12.0"
coverage = { extras = ["toml"], version = "^7.3.1" }
mypy = "^1.4.0"
mypy = "~1.11"
pre-commit = "^4.0.0"
pytest = "^8.0.0"
pytest-cov = "^5.0.0"
Expand Down

0 comments on commit ae511c2

Please sign in to comment.