Skip to content

Commit

Permalink
chore(deps): update dependency mypy to v1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 8, 2025
1 parent fbdaf9d commit 4538de2
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 38 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ test = [
"pytest-xdist[psutil]==3.6.1",
]
typing = [
"mypy[faster-cache]==1.14.1; implementation_name == 'cpython'",
"mypy[faster-cache]==1.15.0; implementation_name == 'cpython'",
# orjson does not compile on PyPy.
"mypy==1.14.1; implementation_name != 'cpython'",
"mypy==1.15.0; implementation_name != 'cpython'",
"types-colorama==0.4.15.20240311; sys_platform == 'win32'",
]

Expand Down
72 changes: 36 additions & 36 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4538de2

Please sign in to comment.