add tests for Bundle

This commit is contained in:
Ondrej Samohel 2025-02-14 13:32:40 +01:00
parent 184753a304
commit 575f9c6244
No known key found for this signature in database
GPG key ID: 02376E18990A97C6
2 changed files with 46 additions and 3 deletions

View file

@ -17,8 +17,8 @@ pre-commit = "^4.0.0"
clique = "^2"
pyblish-base = "^1.8"
attrs = "^24.2.0"
mypy = "==1.15.0"
pydantic-core = "==2.29.0"
speedcopy = "^2.0.0"
[tool.poetry.dev-dependencies]
@ -31,7 +31,7 @@ ruff = "^0.9.3"
pre-commit = "^4"
codespell = "^2.2.6"
semver = "^3.0.2"
mypy = "^1.14.0"
mypy = "==1.15.0"
[tool.ruff]