Skip to content

Commit

Permalink
chore(dev): update dependency mypy to v1.9.0 (#388)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 31, 2024
1 parent ab745b5 commit ce69907
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
58 changes: 29 additions & 29 deletions 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 @@ -45,7 +45,7 @@ coverage = "==7.4.4"

# linter and formatter
pre-commit = { version = "==3.7.0", markers = "implementation_name != 'pypy'", python = "^3.9" }
mypy = { version = "==1.8.0", markers = "implementation_name != 'pypy'", python = "^3.9" }
mypy = { version = "==1.9.0", markers = "implementation_name != 'pypy'", python = "^3.9" }
ruff = "0.1.15"

# stubs
Expand Down

0 comments on commit ce69907

Please sign in to comment.