From 85c7b7445d2cca6531d6869fc3d06182a3a944c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 12:28:09 +0000 Subject: [PATCH 1/2] CI: (deps): Bump traitlets from 5.11.2 to 5.12.0 in /ci Bumps [traitlets](https://github.com/ipython/traitlets) from 5.11.2 to 5.12.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.11.2...v5.12.0) --- 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 f0bbe4f1a6e..d7dfce10145 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.11.2 +traitlets==5.12.0 xarray==2023.10.1 From da44a72cce3383b51119802ab436c9055171867f Mon Sep 17 00:00:00 2001 From: Ryan May Date: Wed, 25 Oct 2023 13:56:59 -0600 Subject: [PATCH 2/2] DOC: Update sphinx nitpicky for traitlets docs --- docs/conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 4bce7fafb6e..8643f747ae2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -100,7 +100,10 @@ nitpick_ignore_regex = [ ('py:class', r'default:.*'), # For some traitlets docstrings ('py:class', r'.*Sentinel'), + ('py:class', r'.*Bunch'), ('py:class', r'.*[cC]allable'), + ('py:class', r'.*EventHandler'), + ('py:class', r'.*TraitType'), ('py:class', r'.*object providing a view on.*'), # Python dict docstring ('py:class', r'None. .*'), # Python dict docstring ('py:class', r'.*D\[k\].*'), # Python dict docstring