Merge pull request 'chore(deps): update dependency mypy to ^1.13.0' (#101) from renovate/mypy-1.x into master
All checks were successful
dl / lint (push) Successful in 1m12s
dl / docker (push) Successful in 30s

Reviewed-on: #101
This commit is contained in:
Michel Roux 2024-11-11 13:35:54 +00:00
commit 29759a92d9
2 changed files with 2 additions and 2 deletions

2
poetry.lock generated
View File

@ -325,4 +325,4 @@ zstd = ["zstandard (>=0.18.0)"]
[metadata]
lock-version = "2.0"
python-versions = "^3.10"
content-hash = "04a1d0dc99fad33e2b7a39ce150588b772cff0cfaf797923dc65fa444ad920e0"
content-hash = "ccec70bc130ae24ce987b8e26cf126d77e04f49e1fdac86cf0d0e454e4bd9da4"

View File

@ -12,7 +12,7 @@ transmission-rpc = "^7.0.11"
[tool.poetry.group.dev.dependencies]
ruff = "^0.7.3"
mypy = "^1.12.0"
mypy = "^1.13.0"
types-requests = "^2.32.0"
[tool.ruff]