Skip to content

Commit

Permalink
fix(deps): update dependency mypy to >=1.1,<2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 20, 2023
1 parent 9bdb811 commit 1f7d4e3
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 @@ -52,7 +52,7 @@ dpath = "==1.5.0"
GitPython = "==3.1.31"
packaging = ">=21.3,<22.0"
python-minifier = "==2.8.1"
mypy = ">=0.991,<1.1"
mypy = ">=1.1,<2"
## rshell is broken on windows (with python >=3.10) due to pyreadline dependency.
rshell = [
{ version = "^0.0.31", platform = "win32", python = "<3.10" },
Expand Down

0 comments on commit 1f7d4e3

Please sign in to comment.