From e6127162bda326a3e9d0952c212201bb712f00b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Dec 2022 16:01:44 +0000 Subject: [PATCH] Bump numpy from 1.23.3 to 1.24.1 Bumps [numpy](https://github.com/numpy/numpy) from 1.23.3 to 1.24.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/v1.23.3...v1.24.1) --- updated-dependencies: - dependency-name: numpy 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 73959a6..01e6010 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ jupyter-client==7.3.5 ; python_full_version == "3.10.7" jupyter-core==4.11.1 ; python_full_version == "3.10.7" matplotlib-inline==0.1.6 ; python_full_version == "3.10.7" nest-asyncio==1.5.5 ; python_full_version == "3.10.7" -numpy==1.23.3 ; python_full_version == "3.10.7" +numpy==1.24.1 ; python_full_version == "3.10.7" packaging==21.3 ; python_full_version == "3.10.7" pandas==1.5.0 ; python_full_version == "3.10.7" parso==0.8.3 ; python_full_version == "3.10.7"