Skip to content

Commit

Permalink
⬆️(project) upgrade mypy to v1.12.0
Browse files Browse the repository at this point in the history
| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| pypi       | mypy    | 1.11.2 | 1.12.0 |
  • Loading branch information
renovate[bot] authored and jmaupetit committed Oct 14, 2024
1 parent a4b4dd8 commit 6db0b57
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 30 deletions.
63 changes: 34 additions & 29 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.31.1", extras = ["standard"] }

[tool.poetry.group.dev.dependencies]
black = "24.10.0"
mypy = "1.11.2"
mypy = "1.12.0"
pytest = "8.3.3"
ruff = "0.6.9"

Expand Down

0 comments on commit 6db0b57

Please sign in to comment.