From f21e10972b1bbe49e825bdf435d170039186cd8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 07:09:56 +0000 Subject: [PATCH] MAINT: Bump ansys-api-sherlock from 0.1.27 to 0.1.28 Bumps [ansys-api-sherlock](https://github.com/ansys/ansys-api-sherlock) from 0.1.27 to 0.1.28. - [Release notes](https://github.com/ansys/ansys-api-sherlock/releases) - [Commits](https://github.com/ansys/ansys-api-sherlock/compare/v0.1.27...v0.1.28) --- updated-dependencies: - dependency-name: ansys-api-sherlock dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a0cd7d592..76f269d6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ ] dependencies = [ - "ansys-api-sherlock==0.1.27", + "ansys-api-sherlock==0.1.28", "grpcio>=1.17", "importlib-metadata>=4.0,<5; python_version<='3.8'", "protobuf~=3.20",