From da75b1a00f9fc9eb8dc2d2e07b6429d95533784e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 14:32:20 +0000 Subject: [PATCH] Bump qtconsole from 5.6.0 to 5.6.1 Bumps [qtconsole](https://github.com/jupyter/qtconsole) from 5.6.0 to 5.6.1. - [Changelog](https://github.com/jupyter/qtconsole/blob/main/RELEASE.md) - [Commits](https://github.com/jupyter/qtconsole/compare/5.6.0...5.6.1) --- updated-dependencies: - dependency-name: qtconsole 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 694603f4..896189f2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -303,7 +303,7 @@ pyzmq==26.2.0 # jupyter-console # jupyter-server # qtconsole -qtconsole==5.6.0 +qtconsole==5.6.1 # via jupyter qtpy==2.4.1 # via qtconsole