Skip to content

Commit

Permalink
Build(deps): Bump ansys-optislang-core from 0.9.1 to 0.9.2 in the dep…
Browse files Browse the repository at this point in the history
…s 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]>
  • Loading branch information
dependabot[bot] and RobPasMue authored Dec 17, 2024
1 parent 8835cf1 commit e1ca9be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
with:
python-version: ${{ env.MAIN_PYTHON_VERSION }}
target: "all"
whitelist-license-check: "attrs" # This has MIT license but fails the check

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

- name: List dependencies (pip freeze)
run: |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies = [
"ansys-meshing-prime==0.6.2",
"ansys-modelcenter-workflow==0.1.1",
"ansys-motorcad-core==0.7.0",
"ansys-optislang-core==0.9.1",
"ansys-optislang-core==0.9.2",
"ansys-platform-instancemanagement==1.1.2",
"ansys-pyensight-core==0.9.2",
"ansys-rocky-core==0.3.1",
Expand Down

0 comments on commit e1ca9be

Please sign in to comment.