Skip to content

Commit

Permalink
Update mypy requirement from <1.11 to <1.12 (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 7, 2024
1 parent 72b2508 commit eda6eb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ repos:
types:
- python
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.10.0"
rev: "v1.11.1"
hooks:
- id: mypy
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"black==24.4.2",
"flake8==7.0.0",
"isort==5.12.0",
"mypy<1.11",
"mypy<1.12",
],
},
python_requires=">=3.8",
Expand Down

0 comments on commit eda6eb3

Please sign in to comment.