From 625f3fb9a2db324eb4fe52df904ae861f138f2b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 22:13:44 +0000 Subject: [PATCH] Bump numpy from 1.25.2 to 1.26.1 Bumps [numpy](https://github.com/numpy/numpy) from 1.25.2 to 1.26.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.25.2...v1.26.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 f6cb72f..3f670cd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ Jinja2==3.1.2 jsbeautifier==1.14.9 lib50==3.0.7 line_profiler==4.0.3 -numpy==1.25.2 +numpy==1.26.1 pexpect==4.8.0 Pygments==2.16.1 python_magic==0.4.27