From c637799c821d21999d74ca893fc184212cd39229 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 07:51:35 +0000 Subject: [PATCH] MAINT: Bump ansys-api-sherlock from 0.1.20 to 0.1.21 Bumps [ansys-api-sherlock](https://github.com/ansys/ansys-api-sherlock) from 0.1.20 to 0.1.21. - [Release notes](https://github.com/ansys/ansys-api-sherlock/releases) - [Commits](https://github.com/ansys/ansys-api-sherlock/compare/v0.1.20...v0.1.21) --- 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 49058cf35..2f75d74a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ ] dependencies = [ - "ansys-api-sherlock==0.1.20", + "ansys-api-sherlock==0.1.21", "grpcio>=1.17", "importlib-metadata>=4.0,<5; python_version<='3.8'", "protobuf~=3.20",