From 0d625a678e515a40d59f877bf9cc393c18f397cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 16:40:18 +0000 Subject: [PATCH] build(deps): bump ipykernel from 6.26.0 to 6.27.1 Bumps [ipykernel](https://github.com/ipython/ipykernel) from 6.26.0 to 6.27.1. - [Release notes](https://github.com/ipython/ipykernel/releases) - [Changelog](https://github.com/ipython/ipykernel/blob/main/CHANGELOG.md) - [Commits](https://github.com/ipython/ipykernel/compare/v6.26.0...v6.27.1) --- updated-dependencies: - dependency-name: ipykernel 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 736f9ec..6348bd4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -ipykernel==6.26.0 +ipykernel==6.27.1 jupyter_client==8.6.0 pytest==7.4.2 python-dotenv==1.0.0