Skip to content

Commit

Permalink
⬆️(project) upgrade mypy to v1.14.1
Browse files Browse the repository at this point in the history
| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| pypi       | mypy    | 1.13.0 | 1.14.1 |
  • Loading branch information
renovate[bot] authored Dec 30, 2024
1 parent dd24fc4 commit 1e70091
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 37 deletions.
78 changes: 42 additions & 36 deletions src/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 src/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ uvicorn = { version = "0.34.0", extras = ["standard"] }

[tool.poetry.group.dev.dependencies]
black = "24.10.0"
mypy = "1.13.0"
mypy = "1.14.1"
pytest = "8.3.4"
ruff = "0.8.4"

Expand Down

0 comments on commit 1e70091

Please sign in to comment.