1 Commits

Author SHA1 Message Date
dependabot[bot] 6e95d76157 Bump mypy from 1.13.0 to 1.20.1
Bumps [mypy](https://github.com/python/mypy) from 1.13.0 to 1.20.1.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python/mypy/compare/v1.13.0...v1.20.1)

---
updated-dependencies:
- dependency-name: mypy
  dependency-version: 1.20.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-13 18:53:07 +00:00
+1 -1
View File
@@ -15,7 +15,7 @@ dependencies = ["specklepy==3.1.0",
[project.optional-dependencies] [project.optional-dependencies]
dev = [ dev = [
"mypy==1.13.0", "mypy==1.20.1",
"pytest==7.4.4", "pytest==7.4.4",
"ruff==0.11.12", "ruff==0.11.12",
] ]