From 8bf414169f5b9f3f9cab0f5a1fc6cd3ae1b13e82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 12:12:28 +0000 Subject: [PATCH] CI: (deps): Bump traitlets from 5.10.1 to 5.11.2 in /ci Bumps [traitlets](https://github.com/ipython/traitlets) from 5.10.1 to 5.11.2. - [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.10.1...v5.11.2) --- updated-dependencies: - dependency-name: traitlets 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 ea73f97cfaf..e4917e4bd6b 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -5,5 +5,5 @@ pooch==1.7.0 pint==0.22 pyproj==3.6.1 scipy==1.11.3 -traitlets==5.10.1 +traitlets==5.11.2 xarray==2023.9.0