From bc9a623ce160a38dec034d230bf95f9be68de72c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 18:30:29 +1100 Subject: [PATCH] Bump numpy from 1.23.4 to 1.23.5 (#543) Bumps [numpy](https://github.com/numpy/numpy) from 1.23.4 to 1.23.5. - [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.23.4...v1.23.5) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7e94ff9..2a73eca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,6 @@ Cython==0.29.32 hypothesis==6.9.2 pytest>=7.0.1 pytest-cov==4.0.0 -numpy==1.23.4; python_version >= '3.8' +numpy==1.23.5; python_version >= '3.8' numpy==1.19.5; python_version < '3.8' mypy-extensions==0.4.3