diff --git a/doc/changelog.d/3213.dependencies.md b/doc/changelog.d/3213.dependencies.md new file mode 100644 index 0000000000..7dc726a750 --- /dev/null +++ b/doc/changelog.d/3213.dependencies.md @@ -0,0 +1 @@ +build: bump scipy from 1.13.1 to 1.14.0 in the core group \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 4d4bedbe94..9b7b3f30b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ tests = [ "ansys-dpf-core==0.10.1", "autopep8==2.3.0", "matplotlib==3.9.0", - "scipy==1.13.1", + "scipy==1.14.0", "pandas==2.2.2", "pyiges[full]==0.3.1", "pytest==8.2.2",