From 0bb0589a68e291fdab7d900e898a87bd43ea3d4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 23:51:23 +0100 Subject: [PATCH] [MNT] [Dependabot](deps): Update holidays requirement from <0.49,>=0.29 to >=0.29,<0.50 (#6456) Updates the requirements on [holidays](https://github.com/vacanza/python-holidays) to permit the latest version. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e7a336ab5bc..d8f6dd31e3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -207,7 +207,7 @@ regression = [ transformations = [ 'esig<0.10,>=0.9.7; python_version < "3.11"', "filterpy<1.5,>=1.4.5", - "holidays>=0.29,<0.49", + "holidays>=0.29,<0.50", "mne>=1.5,<1.8", 'numba<0.60,>=0.53', "pycatch22>=0.4,<0.4.6",