Skip to content

Commit

Permalink
Bump mypy from 0.991 to 1.3.0 (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed May 12, 2023
1 parent 307c6b1 commit 4b0d353
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies = [
[project.optional-dependencies]
dev = [
"black==22.12.0",
"mypy==0.991",
"mypy==1.3.0",
"python-lsp-jsonrpc==1.0.0",
]

Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ lsprotocol==2023.0.0a1
# via
# pygls
# ruff-lsp (pyproject.toml)
mypy==0.991
mypy==1.3.0
# via ruff-lsp (pyproject.toml)
mypy-extensions==1.0.0
# via
Expand Down

0 comments on commit 4b0d353

Please sign in to comment.