From 19894ac098f60dd4f93edd886e88f8ee122c5513 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 08:19:51 +0000 Subject: [PATCH] Bump traitlets from 5.16.0 to 5.16.1 Bumps [traitlets](https://github.com/ipython/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 ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1fe481744f0..3d593956d42 100644 --- a/requirements.txt +++ b/requirements.txt @@ -445,7 +445,7 @@ tqdm==4.70.0 # via # qcodes (pyproject.toml) # qcodes -traitlets==5.16.0 +traitlets==5.16.1 # via # ipykernel # ipython