Compare commits

..

1 Commits

Author SHA1 Message Date
renovate-bot 602da74c28 chore(deps): update dependency mypy to v1.10.1
build and publish / release-pypackage (pull_request) Failing after 11m46s Details
build and publish / update-changelog (pull_request) Failing after 10m23s Details
check code / check-code (pull_request) Failing after 15m16s Details
2024-06-25 08:19:53 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ validate = ["cd dev && octodns-validate --debug --config-file sync.yml {args}"]
python = "3.11"
detached = true
dependencies = [
"mypy==1.8.0",
"mypy==1.10.1",
"ruff==0.2.2",
]