Skip to content

Commit

Permalink
Dependencies: Pin mypy to minor version mypy~=1.7.1 (#6239)
Browse files Browse the repository at this point in the history
Later minor versions can ship with new features that can cause the
pre-commit to fail all of a sudden.
  • Loading branch information
sphuber committed Dec 21, 2023
1 parent 53748d4 commit d65fa3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -207,7 +207,7 @@ notebook = [
'notebook~=6.1,>=6.1.5'
]
pre-commit = [
'mypy~=1.7',
'mypy~=1.7.1',
'packaging~=23.0',
'pre-commit~=2.2',
'sqlalchemy[mypy]~=2.0',
Expand Down

0 comments on commit d65fa3d

Please sign in to comment.