From 117bdfdc006ac5442ea727f0d79e31deaab055a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 16:26:09 +0000 Subject: [PATCH] build(deps): bump jupyter-client from 8.5.0 to 8.6.0 Bumps [jupyter-client](https://github.com/jupyter/jupyter_client) from 8.5.0 to 8.6.0. - [Release notes](https://github.com/jupyter/jupyter_client/releases) - [Changelog](https://github.com/jupyter/jupyter_client/blob/main/CHANGELOG.md) - [Commits](https://github.com/jupyter/jupyter_client/compare/v8.5.0...v8.6.0) --- updated-dependencies: - dependency-name: jupyter-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 98a1d0a..f2309c8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ ipykernel==6.25.2 -jupyter_client==8.5.0 +jupyter_client==8.6.0 pytest==7.4.2 python-dotenv==1.0.0 setuptools==68.2.2