Skip to content

Commit 0c1ce1d

Browse files
Build(deps-dev): Bump the deps group with 4 updates (#498)
Bumps the deps group with 4 updates: [ansys-dpf-core](https://github.com/ansys/pydpf-core), [ansys-dpf-post](https://github.com/ansys/pydpf-post), [ansys-edb-core](https://github.com/ansys/pyedb-core) and [ansys-units](https://github.com/ansys/pyansys-units). Updates `ansys-dpf-core` from 0.10.1 to 0.11.0 - [Release notes](https://github.com/ansys/pydpf-core/releases) - [Commits](ansys/pydpf-core@v0.10.1...v0.11.0) Updates `ansys-dpf-post` from 0.6.0 to 0.7.0 - [Release notes](https://github.com/ansys/pydpf-post/releases) - [Commits](ansys/pydpf-post@v0.6.0...v0.7.0) Updates `ansys-edb-core` from 0.1.2 to 0.1.3 - [Release notes](https://github.com/ansys/pyedb-core/releases) - [Commits](ansys/pyedb-core@v0.1.2...v0.1.3) Updates `ansys-units` from 0.3.0 to 0.3.1 - [Release notes](https://github.com/ansys/pyansys-units/releases) - [Commits](ansys/pyansys-units@v0.3.0...v0.3.1) --- updated-dependencies: - dependency-name: ansys-dpf-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: ansys-dpf-post dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: ansys-edb-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: ansys-units 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 4f9582c commit 0c1ce1d

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
@@ -29,12 +29,12 @@ classifiers = [
2929
dependencies = [
3030
"ansys-additive-core==0.17.2",
3131
"ansys-dpf-composites==0.4.0",
32-
"ansys-dpf-core==0.10.1",
33-
"ansys-dpf-post==0.6.0",
32+
"ansys-dpf-core==0.11.0",
33+
"ansys-dpf-post==0.7.0",
3434
"ansys-dpf-gate==0.4.1",
3535
"ansys-dyna-core==0.4.8",
3636
"ansys-dynamicreporting-core==0.5.1",
37-
"ansys-edb-core==0.1.2",
37+
"ansys-edb-core==0.1.3",
3838
"ansys-fluent-core==0.19.2",
3939
"ansys-geometry-core==0.4.10",
4040
"ansys-mapdl-core==0.67.0",
@@ -64,7 +64,7 @@ fluent-all = [
6464
"ansys-fluent-parametric==0.9.0",
6565
]
6666
tools = [
67-
"ansys-units==0.3.0",
67+
"ansys-units==0.3.1",
6868
"ansys-tools-path==0.4.1",
6969
"pyansys-tools-report==0.7.0",
7070
"pyansys-tools-versioning==0.5.0",
@@ -76,7 +76,7 @@ all = [
7676
"ansys-fluent-visualization==0.8.0",
7777
"ansys-fluent-parametric==0.9.0",
7878
# TOOLS
79-
"ansys-units==0.3.0",
79+
"ansys-units==0.3.1",
8080
"ansys-tools-path==0.4.1",
8181
# "ansys-tools-protoc-helper==0.4.0; python_version<='3.10'",
8282
"pyansys-tools-report==0.7.0",

0 commit comments

Comments
 (0)