From a3b91d6ea50d2210dde383a631f3a924192dc9bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 14:13:02 +0000 Subject: [PATCH] CI: (deps): Bump traitlets from 5.15.1 to 5.16.0 in /ci Bumps [traitlets](https://github.com/ipython/traitlets) from 5.15.1 to 5.16.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.15.1...v5.16.0) --- updated-dependencies: - dependency-name: traitlets dependency-version: 5.16.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 083d5ee6f7..d68fa4cff3 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.15.1 +traitlets==5.16.0 xarray==2025.10.1