From d90f2100cdcebedf68ac7a2b49b42474175bca57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 20:26:44 +0000 Subject: [PATCH] CI: (deps): Bump traitlets from 5.14.3 to 5.15.0 in /ci Bumps [traitlets](https://github.com/ipython/traitlets) from 5.14.3 to 5.15.0. - [Release notes](https://github.com/ipython/traitlets/releases) - [Changelog](https://github.com/ipython/traitlets/blob/main/CHANGELOG.md) - [Commits](https://github.com/ipython/traitlets/compare/v5.14.3...v5.15.0) --- updated-dependencies: - dependency-name: traitlets dependency-version: 5.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ci/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/requirements.txt b/ci/requirements.txt index a4e27faac50..bda3e2730d4 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -5,5 +5,5 @@ pooch==1.9.0 pint==0.25.3 pyproj==3.7.2 scipy==1.17.1 -traitlets==5.14.3 +traitlets==5.15.0 xarray==2025.10.1