From c60dee16bc75457b6410ee26cb216bc5e309d9d0 Mon Sep 17 00:00:00 2001 From: G Johansson Date: Fri, 7 Jun 2024 09:21:04 +0200 Subject: [PATCH] Ignore deprecation warning in python-holidays (#119007) --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index beda86314a7..f956f77250f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -526,6 +526,8 @@ filterwarnings = [ "ignore:pkg_resources is deprecated as an API:DeprecationWarning:ttls", # https://github.com/mvantellingen/python-zeep/pull/1364 - >4.2.1 "ignore:'cgi' is deprecated and slated for removal in Python 3.13:DeprecationWarning:zeep.utils", + # https://github.com/vacanza/python-holidays/discussions/1800 + "ignore::DeprecationWarning:holidays", # -- fixed for Python 3.13 # https://github.com/rhasspy/wyoming/commit/e34af30d455b6f2bb9e5cfb25fad8d276914bc54 - >=1.4.2