From 2b64f20015f715c1c4800765ad406904fae97000 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 16:17:13 +0000 Subject: [PATCH] Bump numexpr from 2.1 to 2.8.5 Bumps [numexpr](https://github.com/pydata/numexpr) from 2.1 to 2.8.5. - [Release notes](https://github.com/pydata/numexpr/releases) - [Changelog](https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst) - [Commits](https://github.com/pydata/numexpr/compare/2.1...v2.8.5) --- updated-dependencies: - dependency-name: numexpr dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4c2d757..4687ed0 100644 --- a/setup.py +++ b/setup.py @@ -92,7 +92,7 @@ def run(self): use_2to3=True, data_files=[('etc/udunits', xml_files),], install_requires = [ - 'numexpr==2.1', + 'numexpr==2.8.5', 'pytest==2.3.2', 'pytest-cov==1.6', ],