From 046cc9a965cde0857f0a555b47796515b2937111 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 01:06:12 +0000 Subject: [PATCH] Bump numpy from 2.1.1 to 2.2.1 Bumps [numpy](https://github.com/numpy/numpy) from 2.1.1 to 2.2.1. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v2.1.1...v2.2.1) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 85dcee5..acd95ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "markdown-it-py==3.0.0", "matplotlib-inline==0.1.7", "mdurl==0.1.2", - "numpy==2.1.1", + "numpy==2.2.1", "parso==0.8.4", "pexpect==4.9.0", "prompt-toolkit==3.0.47",