From 9f4b5ea53b62ad341ae92c853088d71410267ac3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 14:44:18 +0000 Subject: [PATCH] chore(deps): bump numpy from 1.24.1 to 1.24.2 in /requirements Bumps [numpy](https://github.com/numpy/numpy) from 1.24.1 to 1.24.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.1...v1.24.2) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 00e02daf..4b20ccbf 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -63,7 +63,7 @@ matplotlib==3.6.3 # via pycocotools mpmath==1.2.1 # via sympy -numpy==1.24.1 +numpy==1.24.2 # via # contourpy # layoutparser