From 81d6886f53df26ec9aae615701d5b52bbe1c24f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 12:19:58 +0000 Subject: [PATCH] MNT: (deps): Bump numpy from 1.20.2 to 1.23.3 in /ci Bumps [numpy](https://github.com/numpy/numpy) from 1.20.2 to 1.23.3. - [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.20.2...v1.23.3) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ci/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/requirements.txt b/ci/requirements.txt index 84dff1b4f92..cdc8a8a9e32 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,7 +1,7 @@ importlib_metadata==4.3.0 importlib_resources==5.1.4 matplotlib==3.4.2 -numpy==1.20.2 +numpy==1.23.3 pandas==1.2.4 pooch==1.3.0 pint==0.17