Skip to content

Commit 23717b8

Browse files
Build(deps-dev): Bump the deps group with 4 updates (#364)
Bumps the deps group with 4 updates: [ansys-dpf-composites](https://github.com/ansys/pydpf-composites), [ansys-pyensight-core](https://github.com/ansys/pyensight), [pyaedt](https://github.com/ansys/pyaedt) and [ansys-fluent-parametric](https://github.com/ansys/pyfluent-parametric). Updates `ansys-dpf-composites` from 0.3.0 to 0.3.1 - [Release notes](https://github.com/ansys/pydpf-composites/releases) - [Commits](ansys/pydpf-composites@v0.3.0...v0.3.1) Updates `ansys-pyensight-core` from 0.5.7 to 0.5.8 - [Release notes](https://github.com/ansys/pyensight/releases) - [Changelog](https://github.com/ansys/pyensight/blob/main/CHANGELOG.rst) - [Commits](ansys/pyensight@v0.5.7...v0.5.8) Updates `pyaedt` from 0.6.92 to 0.6.93 - [Release notes](https://github.com/ansys/pyaedt/releases) - [Commits](ansys/pyaedt@v0.6.92...v0.6.93) Updates `ansys-fluent-parametric` from 0.8.0 to 0.8.1 - [Release notes](https://github.com/ansys/pyfluent-parametric/releases) - [Commits](ansys/pyfluent-parametric@v0.8.0...v0.8.1) --- updated-dependencies: - dependency-name: ansys-dpf-composites dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: ansys-pyensight-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: pyaedt dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: ansys-fluent-parametric 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>
1 parent 560a526 commit 23717b8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626

2727
dependencies = [
2828
"importlib-metadata>=4.0,<5; python_version<='3.8'",
29-
"ansys-dpf-composites==0.3.0",
29+
"ansys-dpf-composites==0.3.1",
3030
"ansys-dpf-core==0.9.0",
3131
"ansys-dpf-post==0.5.0",
3232
"ansys-dpf-gate==0.4.1",
@@ -42,13 +42,13 @@ dependencies = [
4242
"ansys-meshing-prime==0.4.0",
4343
"ansys-motorcad-core==0.2.0",
4444
"ansys-platform-instancemanagement==1.1.2",
45-
"ansys-pyensight-core==0.5.7",
45+
"ansys-pyensight-core==0.5.8",
4646
"ansys-openapi-common==1.2.2",
4747
"ansys-optislang-core==0.4.0",
4848
"ansys-seascape==0.2.0",
4949
"ansys-sherlock-core==0.3.0",
5050
"ansys-systemcoupling-core==0.2.0",
51-
"pyaedt==0.6.92",
51+
"pyaedt==0.6.93",
5252
"pytwin==0.4.0",
5353
]
5454

@@ -58,7 +58,7 @@ mapdl-all = [
5858
]
5959
fluent-all = [
6060
"ansys-fluent-visualization==0.7.1",
61-
"ansys-fluent-parametric==0.8.0",
61+
"ansys-fluent-parametric==0.8.1",
6262
]
6363
tools = [
6464
"ansys-units==0.1.0",
@@ -71,7 +71,7 @@ all = [
7171
"ansys-mapdl-reader==0.52.20",
7272
# FLUENT - ALL
7373
"ansys-fluent-visualization==0.7.1",
74-
"ansys-fluent-parametric==0.8.0",
74+
"ansys-fluent-parametric==0.8.1",
7575
# TOOLS
7676
"ansys-units==0.1.0",
7777
"ansys-tools-path==0.3.1",

0 commit comments

Comments
 (0)