From c39402082d3408770b33b49a7bf1b97b24cdd8db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 23:06:46 +0000 Subject: [PATCH] Bump jupyter-core from 4.4.0 to 4.11.2 Bumps [jupyter-core](https://github.com/jupyter/jupyter_core) from 4.4.0 to 4.11.2. - [Release notes](https://github.com/jupyter/jupyter_core/releases) - [Changelog](https://github.com/jupyter/jupyter_core/blob/main/CHANGELOG.md) - [Commits](https://github.com/jupyter/jupyter_core/compare/4.4.0...4.11.2) --- updated-dependencies: - dependency-name: jupyter-core dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 9ded6d0..52019ab 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -9,7 +9,7 @@ ipython==7.16.3 ipython-genutils==0.2.0 jedi==0.11.0 jupyter-client==5.1.0 -jupyter-core==4.4.0 +jupyter-core==4.11.2 matplotlib==2.1.0 mock==2.0.0 mypy==0.701