# Type check
# ------------------------------------------------------------------------------
mypy==1.8.0;python_version>="3.11"  # https://github.com/python/mypy
pytype==2024.1.5;python_version>="3.11" and python_version<"3.12"  # https://github.com/google/pytype
types_setuptools==69.0.0.20240125  # https://github.com/python/typeshed
typeguard==2.13.3  # https://github.com/agronholm/typeguard
