Skip to content

Commit

Permalink
Build(deps): Bump the deps group across 1 directory with 5 updates
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-dynamicreporting-core](https://github.com/ansys/pydynamicreporting) | `0.8.0` | `0.9.0` |
| [pyaedt](https://github.com/ansys/pyaedt) | `0.12.0` | `0.13.0` |
| [ansys-tools-path](https://github.com/ansys/ansys-tools-path) | `0.7.0` | `0.7.1` |
| [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) | `1.2.3` | `1.2.4` |
| [jinja2](https://github.com/pallets/jinja) | `3.1.4` | `3.1.5` |



Updates `ansys-dynamicreporting-core` from 0.8.0 to 0.9.0
- [Release notes](https://github.com/ansys/pydynamicreporting/releases)
- [Commits](ansys/pydynamicreporting@v0.8.0...v0.9)

Updates `pyaedt` from 0.12.0 to 0.13.0
- [Release notes](https://github.com/ansys/pyaedt/releases)
- [Commits](ansys/pyaedt@v0.12.0...v0.13.0)

Updates `ansys-tools-path` from 0.7.0 to 0.7.1
- [Release notes](https://github.com/ansys/ansys-tools-path/releases)
- [Changelog](https://github.com/ansys/ansys-tools-path/blob/main/CHANGELOG.md)
- [Commits](ansys/ansys-tools-path@v0.7.0...v0.7.1)

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

Updates `jinja2` from 3.1.4 to 3.1.5
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](pallets/jinja@3.1.4...3.1.5)

---
updated-dependencies:
- dependency-name: ansys-dynamicreporting-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: pyaedt
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: ansys-tools-path
  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
- dependency-name: jinja2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 31, 2024
1 parent 2bb1619 commit 02787ea
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies = [
"ansys-dpf-core==0.13.3",
"ansys-dpf-post==0.9.2",
"ansys-dyna-core==0.6.1",
"ansys-dynamicreporting-core==0.8.0",
"ansys-dynamicreporting-core==0.9.0",
"ansys-edb-core==0.1.9",
"ansys-fluent-core==0.27.0",
"ansys-geometry-core==0.7.6",
Expand All @@ -54,7 +54,7 @@ dependencies = [
"ansys-systemcoupling-core==0.8.0",
"ansys-turbogrid-core==0.4.1",
"ansys-workbench-core==0.7.0",
"pyaedt==0.12.0",
"pyaedt==0.13.0",
"pyedb==0.34.3",
"pygranta==2025.1.0",
"pytwin==0.7.0",
Expand All @@ -67,7 +67,7 @@ tools = [
"ansys-materials-manager==0.2.3",
"ansys-tools-filetransfer==0.1.1",
"ansys-tools-local-product-launcher==0.1.1",
"ansys-tools-path==0.7.0",
"ansys-tools-path==0.7.1",
# "ansys-tools-protoc-helper==0.4.0; python_version<='3.10'",
"ansys-tools-visualization-interface==0.6.2",
"ansys-units==0.3.4",
Expand All @@ -84,7 +84,7 @@ all = [
"ansys-materials-manager==0.2.3",
"ansys-tools-filetransfer==0.1.1",
"ansys-tools-local-product-launcher==0.1.1",
"ansys-tools-path==0.7.0",
"ansys-tools-path==0.7.1",
# "ansys-tools-protoc-helper==0.4.0; python_version<='3.10'",
"ansys-tools-visualization-interface==0.6.2",
"ansys-units==0.3.4",
Expand All @@ -94,8 +94,8 @@ all = [
]
doc = [
"Sphinx==8.1.3",
"ansys-sphinx-theme==1.2.3",
"Jinja2 ==3.1.4",
"ansys-sphinx-theme==1.2.4",
"Jinja2 ==3.1.5",
"Pillow==11.0.0",
"PyGithub==2.5.0",
"sphinx-copybutton==0.5.2",
Expand Down

0 comments on commit 02787ea

Please sign in to comment.