From 486004821b2bcebe153a5492a5a619d6732590e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 14:13:07 +0000 Subject: [PATCH] CI: (deps): Bump traitlets in /ci in the coredeps group Bumps the coredeps group in /ci with 1 update: [traitlets](https://github.com/ipython/traitlets). Updates `traitlets` from 5.16.0 to 5.16.1 - [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.16.0...v5.16.1) --- updated-dependencies: - dependency-name: traitlets dependency-version: 5.16.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: coredeps ... 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 d68fa4cff3..275599ef31 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.16.0 +traitlets==5.16.1 xarray==2025.10.1