diff --git a/pyproject.toml b/pyproject.toml index 8c4bbc5f..f19e7cf3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -265,6 +265,7 @@ typeCheckingMode = "strict" addopts = ["--color=yes"] filterwarnings = [ "error", + "ignore: The `hash` argument is deprecated in favor of `unsafe_hash` and will be removed in or after August 2025.:DeprecationWarning", "ignore: `np.bool8` is a deprecated alias for `np.bool_`.*:DeprecationWarning", "ignore:.* is deprecated and will be removed in Pillow 10.*:DeprecationWarning", "ignore:.*Type google\\._upb\\..*This is deprecated.*",