From 63fa1d834c8e9fe0e0731352ffe7f070ff3c3258 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 12:11:47 +0000 Subject: [PATCH] Update pydantic requirement from <2.5.3,>=2.0 to >=2.0,<2.5.4 Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.0...v2.5.3) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 55a2f3d0..3ecc5d06 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ # Don't forget to sync changes between environment.yml, environment-dev.yml, and pyproject.toml! "numpy", "pooch>=1.8.0", - "pydantic>=2.0,<2.5.3", + "pydantic>=2.0,<2.5.4", "statsmodels", "xarray", "xclim>=0.47.0",