From 49443c4ec549bbc551897c3f93785120d6fa29e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 22:20:12 +0000 Subject: [PATCH] Bump ansys-dpf-core from 0.6.2 to 0.7.0 Bumps [ansys-dpf-core](https://github.com/pyansys/pydpf-core) from 0.6.2 to 0.7.0. - [Release notes](https://github.com/pyansys/pydpf-core/releases) - [Commits](https://github.com/pyansys/pydpf-core/compare/v0.6.2...v0.7.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 8b4d8174fae..8997c761037 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ classifiers = [ [project.optional-dependencies] tests = [ - "ansys-dpf-core==0.6.2", + "ansys-dpf-core==0.7.0", "autopep8==2.0.0", "matplotlib==3.6.2", "scipy==1.9.3", @@ -64,7 +64,7 @@ tests = [ ] doc = [ "Sphinx==5.3.0", - "ansys-dpf-core==0.6.2", + "ansys-dpf-core==0.7.0", "ansys-mapdl-reader==0.52.3", "ansys-sphinx-theme==0.7.1", "grpcio==1.43.0",