From 4d089c1fd5018a9d09f37e520259fbddd4dfe82e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 21:54:59 +0000 Subject: [PATCH] chore(deps): update ipykernel requirement from ==6.25.* to ==6.26.* Updates the requirements on [ipykernel](https://github.com/ipython/ipykernel) to permit the latest version. - [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.25.0...v6.26.0) --- updated-dependencies: - dependency-name: ipykernel dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-research.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-research.txt b/requirements-research.txt index aaa40544..5159365d 100644 --- a/requirements-research.txt +++ b/requirements-research.txt @@ -1,3 +1,3 @@ -ipykernel==6.25.* +ipykernel==6.26.* matplotlib==3.8.* pandas==2.1.*