From 4502e2a58b7c865d876871330182f28bf479cf20 Mon Sep 17 00:00:00 2001 From: nigzak <102737855+nigzak@users.noreply.github.com> Date: Thu, 22 Feb 2024 15:18:09 +0100 Subject: [PATCH] Update pyproject.toml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit update numexpr to 2.9.0 to fix CVE-2023-39631⁠ --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 82a9d72c8cc74..43cf1274dc380 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ matplotlib = "pandas:plotting._matplotlib" [project.optional-dependencies] test = ['hypothesis>=6.46.1', 'pytest>=7.3.2', 'pytest-xdist>=2.2.0'] pyarrow = ['pyarrow>=10.0.1'] -performance = ['bottleneck>=1.3.6', 'numba>=0.56.4', 'numexpr>=2.8.4'] +performance = ['bottleneck>=1.3.6', 'numba>=0.56.4', 'numexpr>=2.9.0'] computation = ['scipy>=1.10.0', 'xarray>=2022.12.0'] fss = ['fsspec>=2022.11.0'] aws = ['s3fs>=2022.11.0'] @@ -100,7 +100,7 @@ all = ['adbc-driver-postgresql>=0.8.0', 'lxml>=4.9.2', 'matplotlib>=3.6.3', 'numba>=0.56.4', - 'numexpr>=2.8.4', + 'numexpr>=2.9.0', 'odfpy>=1.4.1', 'openpyxl>=3.1.0', 'psycopg2>=2.9.6',