From 15af494f7b417d4d2021b751b6dff69af99d0ca5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 01:30:01 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=EF=B8=8F=20MAIN:=20(deps):=20Bump?= =?UTF-8?q?=20numpy=20from=201.24.3=20to=201.25.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [numpy](https://github.com/numpy/numpy) from 1.24.3 to 1.25.2. - [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.24.3...v1.25.2) --- 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 6fbea1f..948dfa3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ idna==3.4; python_full_version >= "3.6.2" and python_version >= "3.7" loguru==0.6.0; python_version >= "3.5" mako==1.2.4; python_version >= "3.7" markupsafe==2.1.2; python_version >= "3.7" -numpy==1.24.3 +numpy==1.25.2 pandas==1.5.3; python_version >= "3.8" psycopg2-binary==2.9.6; python_version >= "3.6" pydantic==1.10.7; python_version >= "3.7"