From 9abc187c8ee97a44b1acd06213c3ed8bca5ed06a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 05:31:00 +0000 Subject: [PATCH] Build(deps): Bump ansys-tools-path from 0.6.0 to 0.7.0 Bumps [ansys-tools-path](https://github.com/ansys/ansys-tools-path) from 0.6.0 to 0.7.0. - [Release notes](https://github.com/ansys/ansys-tools-path/releases) - [Changelog](https://github.com/ansys/ansys-tools-path/blob/main/CHANGELOG.md) - [Commits](https://github.com/ansys/ansys-tools-path/compare/v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: ansys-tools-path 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 c4418032..7b178dd3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ tests = [ "appdirs==1.4.4", "requests==2.32.3", "PySide6==6.8.0.2", - "ansys-tools-path==0.6.0", + "ansys-tools-path==0.7.0", "pytest==8.3.3", "pytest-cov==6.0.0", "pytest-qt==4.4.0", @@ -60,7 +60,7 @@ freeze = [ "appdirs==1.4.4", "requests==2.32.3", "PySide6==6.8.0.2", - "ansys-tools-path==0.6.0", + "ansys-tools-path==0.7.0", ] [tool.flit.module]