From cc294eb948586ed5610a589075693e6c4f0e78f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 04:26:17 +0000 Subject: [PATCH] Bump numpy from 1.21.6 to 1.25.1 Bumps [numpy](https://github.com/numpy/numpy) from 1.21.6 to 1.25.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.21.6...v1.25.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 fc79cd43..c01be5a0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ alembic == 1.7.6 -numpy == 1.21.6 +numpy == 1.25.1 pandas == 1.3.5 psycopg2 == 2.9.2 SQLAlchemy[mypy] == 1.4.40