From a60190c022c9ec360fd88cd09b31f5bd721e88ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 06:38:52 +0000 Subject: [PATCH] MAINT: Update pyaedt[all] requirement Updates the requirements on [pyaedt[all]](https://github.com/ansys/pyaedt) to permit the latest version. - [Release notes](https://github.com/ansys/pyaedt/releases) - [Commits](https://github.com/ansys/pyaedt/compare/v0.12.0...v0.14.0) --- updated-dependencies: - dependency-name: pyaedt[all] dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f5422e3b..4d60255e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ dependencies = [ "build==1.2.2.post1", "twine==6.1.0", - "pyaedt>=0.12.0,<0.14", + "pyaedt>=0.12.0,<0.15", "pydantic>=2.0,<2.11", "tomli; python_version < '3.12'", "attrs<24.3.0"