Skip to content

Commit e1ca9be

Browse files
Build(deps): Bump ansys-optislang-core from 0.9.1 to 0.9.2 in the deps group (#788)
* Build(deps): Bump ansys-optislang-core in the deps group Bumps the deps group with 1 update: [ansys-optislang-core](https://github.com/ansys/pyoptislang). Updates `ansys-optislang-core` from 0.9.1 to 0.9.2 - [Release notes](https://github.com/ansys/pyoptislang/releases) - [Commits](ansys/pyoptislang@v0.9.1...v0.9.2) --- updated-dependencies: - dependency-name: ansys-optislang-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] <[email protected]> * ci: fix failing stages --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Roberto Pastor Muela <[email protected]>
1 parent 8835cf1 commit e1ca9be

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
with:
5050
python-version: ${{ env.MAIN_PYTHON_VERSION }}
5151
target: "all"
52+
whitelist-license-check: "attrs" # This has MIT license but fails the check
5253

5354
docs-style:
5455
name: Documentation Style Check
@@ -131,6 +132,7 @@ jobs:
131132
operating-system: ${{ runner.os }}
132133
python-version: ${{ matrix.python-version }}
133134
target: "all"
135+
whitelist-license-check: "attrs" # This has MIT license but fails the check
134136

135137
- name: List dependencies (pip freeze)
136138
run: |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies = [
4343
"ansys-meshing-prime==0.6.2",
4444
"ansys-modelcenter-workflow==0.1.1",
4545
"ansys-motorcad-core==0.7.0",
46-
"ansys-optislang-core==0.9.1",
46+
"ansys-optislang-core==0.9.2",
4747
"ansys-platform-instancemanagement==1.1.2",
4848
"ansys-pyensight-core==0.9.2",
4949
"ansys-rocky-core==0.3.1",

0 commit comments

Comments
 (0)