From d3f224199ea61123692a50f084984d96dcfa6b4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 11:28:49 +0000 Subject: [PATCH] Bump ansys-dpf-core from 0.9.0 to 0.10.0 Bumps [ansys-dpf-core](https://github.com/ansys/pydpf-core) from 0.9.0 to 0.10.0. - [Release notes](https://github.com/ansys/pydpf-core/releases) - [Commits](https://github.com/ansys/pydpf-core/compare/v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: ansys-dpf-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 99eab51f26..c45e9829fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ classifiers = [ [project.optional-dependencies] tests = [ - "ansys-dpf-core==0.9.0", + "ansys-dpf-core==0.10.0", "autopep8==2.0.4", "matplotlib==3.8.0", "scipy==1.10.1; python_version < '3.9'", # to support python 3.8 @@ -73,7 +73,7 @@ tests = [ ] doc = [ "sphinx==7.2.6", - "ansys-dpf-core==0.9.0", + "ansys-dpf-core==0.10.0", "ansys-mapdl-reader==0.52.20", "ansys-sphinx-theme==0.12.3", "grpcio==1.51.1",