From 433dfccd269dd95f373b3fef100dc331fb9351f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 16:48:59 +0100 Subject: [PATCH 1/2] MAINT: Update pyaedt[all] requirement from <0.14,>=0.12.0 to >=0.12.0,<0.15 (#211) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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" From de0ef833d2f7d1341d27503d5ab01a708b57986c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 17:01:24 +0000 Subject: [PATCH 2/2] MAINT: Update attrs requirement from <24.3.0 to <25.2.0 (#200) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Samuelopez-ansys --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4d60255e..2df377e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,15 +26,15 @@ classifiers = [ dependencies = [ "build==1.2.2.post1", "twine==6.1.0", - "pyaedt>=0.12.0,<0.15", + "pyaedt>=0.13.0,<0.16", "pydantic>=2.0,<2.11", "tomli; python_version < '3.12'", - "attrs<24.3.0" + "attrs<25.2.0" ] [project.optional-dependencies] all = [ - "pyaedt[all]>=0.12.0,<0.14", + "pyaedt[all]>=0.13.0,<0.16", "flask", "pyside6==6.8.2.1", "pyqtgraph", @@ -42,13 +42,13 @@ all = [ "pyvistaqt", ] tests = [ - "pyaedt[all]>=0.12.0,<0.14", + "pyaedt[all]>=0.13.0,<0.16", "flask", "pytest>=7.4.0,<8.4", "pytest-cov>=4.0.0,<6.1", ] doc = [ - "pyaedt[all]>=0.12.0,<0.14", + "pyaedt[all]>=0.13.0,<0.16", "recommonmark>=0.7.0,<0.8", "pyside6==6.8.2.1", "ansys-sphinx-theme>=0.10.0,<1.4",