diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 9540c6dd..c9b8ff23 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -50,7 +50,7 @@ jobs: with: python-version: ${{ env.MAIN_PYTHON_VERSION }} target: "all" - whitelist-license-check: "attrs,referencing,jeepney" # This has MIT license but fails the check + whitelist-license-check: "attrs,referencing,jeepney,paramiko,ansys-dpf-post" # This has MIT license but fails the check, paramiko and ansys-dpf-post need to be removed eventually from the whitelist docs-style: name: Documentation Style Check diff --git a/pyproject.toml b/pyproject.toml index 870073fe..fe811244 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,38 +25,38 @@ classifiers = [ ] dependencies = [ - "ansys-acp-core==0.2.0", + "ansys-acp-core==0.2.1", "ansys-additive-core==0.20.0", "ansys-conceptev-core==0.9.4", "ansys-dpf-composites==0.7.0", - "ansys-dpf-core==0.13.8", - "ansys-dpf-post==0.9.3", + "ansys-dpf-core==0.14.1", + "ansys-dpf-post==0.10.0", "ansys-dyna-core==0.9.0", "ansys-dynamicreporting-core==0.10.1", "ansys-edb-core==0.2.1", - "ansys-fluent-core==0.34.0", + "ansys-fluent-core==0.34.1", "ansys-geometry-core==0.11.0", "ansys-hps-client==0.10.1", "ansys-hps-data-transfer-client==0.2.1", "ansys-mapdl-core==0.70.2", "ansys-math-core==0.2.4", - "ansys-mechanical-core==0.11.28", - "ansys-meshing-prime==0.9.0", + "ansys-mechanical-core==0.11.30", + "ansys-meshing-prime==0.9.1", "ansys-modelcenter-workflow==0.1.1", "ansys-motorcad-core==0.7.4", "ansys-optislang-core==1.0.0", "ansys-platform-instancemanagement==1.1.2", - "ansys-pyensight-core==0.10.8", + "ansys-pyensight-core==0.10.9", "ansys-rocky-core==0.3.2", "ansys-seascape==0.2.0", "ansys-sherlock-core==0.9.0", "ansys-simai-core==0.3.3", - "ansys-sound-core==0.2.0", + "ansys-sound-core==0.2.1", "ansys-speos-core==0.6.0", "ansys-systemcoupling-core==0.10.1", "ansys-turbogrid-core==0.4.6", "ansys-workbench-core==0.9.0", - "pyaedt==0.18.0", + "pyaedt==0.18.1", "pyedb==0.54.0", "pygranta==2025.2.1", "pytwin==0.9.2", @@ -64,7 +64,7 @@ dependencies = [ [project.optional-dependencies] mapdl-all = ["ansys-mapdl-reader==0.55.1"] -fluent-all = ["ansys-fluent-visualization==0.21.0"] +fluent-all = ["ansys-fluent-visualization==0.21.1"] tools = [ "ansys-materials-manager==0.3.0", "ansys-tools-filetransfer==0.1.1", @@ -81,7 +81,7 @@ all = [ # MAPDL - ALL "ansys-mapdl-reader==0.55.1", # FLUENT - ALL - "ansys-fluent-visualization==0.21.0", + "ansys-fluent-visualization==0.21.1", # TOOLS "ansys-materials-manager==0.3.0", "ansys-tools-filetransfer==0.1.1", @@ -142,3 +142,4 @@ convention = "numpy" [tool.ruff.lint.isort] combine-as-imports = true force-sort-within-sections = true +