From c42ccff6f7b2afe4b4885cad7694bf9116efea6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 07:05:25 +0000 Subject: [PATCH] Bump ansys-api-geometry from 0.2.2 to 0.2.3 Bumps [ansys-api-geometry](https://github.com/ansys/ansys-api-geometry) from 0.2.2 to 0.2.3. - [Release notes](https://github.com/ansys/ansys-api-geometry/releases) - [Commits](https://github.com/ansys/ansys-api-geometry/compare/v0.2.2...v0.2.3) --- updated-dependencies: - dependency-name: ansys-api-geometry 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 6a60af76bb..7f5f3712e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ ] dependencies = [ - "ansys-api-geometry==0.2.2", + "ansys-api-geometry==0.2.3", "beartype>=0.11.0", "google-api-python-client>=1.7.11", "googleapis-common-protos>=1.52.0",