[ci] Specify typeguard version

The latest v3 is producing CI failures, pin to compatible with 2.13 for
now to fix this.
This commit is contained in:
Greg Chadwick 2023-03-17 11:12:47 +00:00 committed by Andreas Kurth
parent 0623fdbbd8
commit 2c8ee8c6b9

View file

@ -14,7 +14,7 @@ junit-xml
# dataclass # needed for backports?
pathlib3x # Backports some useful features
typing-utils # Ditto
typeguard
typeguard ~= 2.13
portalocker
pydantic
svg.py