Skip to content

Commit

Permalink
Build(deps): Bump the deps group across 1 directory with 5 updates (#778
Browse files Browse the repository at this point in the history
)

Bumps the deps group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [ansys-optislang-core](https://github.com/ansys/pyoptislang) | `0.9.0` | `0.9.1` |
| [pyedb](https://github.com/ansys/pyedb) | `0.34.1` | `0.34.2` |
| [ansys-tools-filetransfer](https://github.com/ansys/ansys-tools-filetransfer) | `0.1.0` | `0.1.1` |
| [ansys-tools-local-product-launcher](https://github.com/ansys/ansys-tools-local-product-launcher) | `0.1.0` | `0.1.1` |
| [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) | `1.2.2` | `1.2.3` |



Updates `ansys-optislang-core` from 0.9.0 to 0.9.1
- [Release notes](https://github.com/ansys/pyoptislang/releases)
- [Commits](ansys/pyoptislang@v0.9.0...v0.9.1)

Updates `pyedb` from 0.34.1 to 0.34.2
- [Release notes](https://github.com/ansys/pyedb/releases)
- [Commits](ansys/pyedb@v0.34.1...v0.34.2)

Updates `ansys-tools-filetransfer` from 0.1.0 to 0.1.1
- [Release notes](https://github.com/ansys/ansys-tools-filetransfer/releases)
- [Changelog](https://github.com/ansys/ansys-tools-filetransfer/blob/main/CHANGELOG.md)
- [Commits](ansys/ansys-tools-filetransfer@v0.1.0...v0.1.1)

Updates `ansys-tools-local-product-launcher` from 0.1.0 to 0.1.1
- [Release notes](https://github.com/ansys/ansys-tools-local-product-launcher/releases)
- [Commits](ansys/ansys-tools-local-product-launcher@v0.1.0...v0.1.1)

Updates `ansys-sphinx-theme` from 1.2.2 to 1.2.3
- [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases)
- [Commits](ansys/ansys-sphinx-theme@v1.2.2...v1.2.3)

---
updated-dependencies:
- dependency-name: ansys-optislang-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: pyedb
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: ansys-tools-filetransfer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: ansys-tools-local-product-launcher
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: ansys-sphinx-theme
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent d0d6dd4 commit 5967c1c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions 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.0",
"ansys-optislang-core==0.9.1",
"ansys-platform-instancemanagement==1.1.2",
"ansys-pyensight-core==0.9.2",
"ansys-rocky-core==0.3.1",
Expand All @@ -55,7 +55,7 @@ dependencies = [
"ansys-turbogrid-core==0.4.1",
"ansys-workbench-core==0.7.0",
"pyaedt==0.11.7",
"pyedb==0.34.1",
"pyedb==0.34.2",
"pygranta==2024.2.0",
"pytwin==0.7.0",
]
Expand All @@ -65,8 +65,8 @@ mapdl-all = ["ansys-mapdl-reader==0.54.2"]
fluent-all = ["ansys-fluent-visualization==0.15.0"]
tools = [
"ansys-materials-manager==0.2.3",
"ansys-tools-filetransfer==0.1.0",
"ansys-tools-local-product-launcher==0.1.0",
"ansys-tools-filetransfer==0.1.1",
"ansys-tools-local-product-launcher==0.1.1",
"ansys-tools-path==0.7.0",
# "ansys-tools-protoc-helper==0.4.0; python_version<='3.10'",
"ansys-tools-visualization-interface==0.6.0",
Expand All @@ -82,8 +82,8 @@ all = [
"ansys-fluent-visualization==0.15.0",
# TOOLS
"ansys-materials-manager==0.2.3",
"ansys-tools-filetransfer==0.1.0",
"ansys-tools-local-product-launcher==0.1.0",
"ansys-tools-filetransfer==0.1.1",
"ansys-tools-local-product-launcher==0.1.1",
"ansys-tools-path==0.7.0",
# "ansys-tools-protoc-helper==0.4.0; python_version<='3.10'",
"ansys-tools-visualization-interface==0.6.0",
Expand All @@ -94,7 +94,7 @@ all = [
]
doc = [
"Sphinx==8.1.3",
"ansys-sphinx-theme==1.2.2",
"ansys-sphinx-theme==1.2.3",
"Jinja2 ==3.1.4",
"Pillow==11.0.0",
"PyGithub==2.5.0",
Expand Down

0 comments on commit 5967c1c

Please sign in to comment.