Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build(deps): Bump the deps group across 1 directory with 4 updates #721

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 11, 2024

Bumps the deps group with 4 updates in the / directory: ansys-fluent-core, ansys-geometry-core, pyedb and sphinx.

Updates ansys-fluent-core from 0.26.0 to 0.26.1

Commits

Updates ansys-geometry-core from 0.7.2 to 0.7.3

Release notes

Sourced from ansys-geometry-core's releases.

v0.7.3

What's Changed

Full Changelog: ansys/pyansys-geometry@v0.7.2...v0.7.3

Commits
  • 1a4e4d9 chore: updating CHANGELOG for v0.7.3
  • b185218 release: v0.7.3
  • 808cd6e Merge branch 'main' into release/0.7
  • f273886 fix: minor issues with nightly runs
  • 10de784 build: bump sphinx-autodoc-typehints from 2.4.4 to 2.5.0 in the docs-deps gro...
  • 28cfe02 build: update protobuf from 5.27.2 to 5.27.5 (#1464)
  • c68218c ci: unstable image promotion and dependabot daily updates (#1463)
  • 9d5d90f docs: adding cheat sheet on documentation (#1433)
  • 93ab6ca build: bump ansys-tools-visualization-interface from 0.4.4 to 0.4.5 (#1462)
  • 3db8f1c build: bump ansys-api-geometry from 0.4.9 to 0.4.10 (#1461)
  • Additional commits viewable in compare view

Updates pyedb from 0.29.0 to 0.30.0

Release notes

Sourced from pyedb's releases.

v0.30.0

What's Changed

New Contributors

Full Changelog: ansys/pyedb@v0.29.0...v0.30.0

Commits

Updates sphinx from 8.0.2 to 8.1.0

Release notes

Sourced from sphinx's releases.

Sphinx 8.1.0

Changelog: https://www.sphinx-doc.org/en/master/changes.html

Changelog

Sourced from sphinx's changelog.

Release 8.1.0 (released Oct 10, 2024)

Dependencies

  • #12756: Add lower-bounds to the sphinxcontrib-* dependencies. Patch by Adam Turner.
  • #12833: Update the LaTeX parskip package from 2001 to 2018. Patch by Jean-François B.

Incompatible changes

  • #12763: Remove unused internal class sphinx.util.Tee. Patch by Adam Turner.
  • #12822: LaTeX: for Unicode engines, the :ref:fvset default is changed to '\\fvset{fontsize=auto}' from '\\fvset{fontsize=\\small}'. Code-blocks are unchanged as FreeMono is now loaded with Scale=0.9. An adjustment to existing projects is needed only if they used a custom :ref:fontpkg configuration and did not set :ref:fvset. Patch by Jean-François B.
  • #12875: Disable smartquotes for languages: zh_CN and zh_TW by default. Patch by A. Rafey Khan.

Deprecated

  • #12762: Deprecate sphinx.util.import_object. Use :py:func:importlib.import_module instead. Patch by Adam Turner.
  • #12766: Deprecate sphinx.util.FilenameUniqDict and sphinx.util.DownloadFiles. Patch by Adam Turner.

Features added

  • #11328: Mention evaluation of templated content during production of static output files. Patch by James Addison.
  • #12704: LaTeX: make :dudir:contents <table-of-contents>, :dudir:topic, and :dudir:sidebar directives separately customizable for PDF output. Patch by Jean-François B. and Bénédikt Tran.
  • #12474: Support type-dependent search result highlighting via CSS. Patch by Tim Hoffmann.
  • #12652: LaTeX: Add :confval:math_numsep support to latex builder. Patch by Thomas Fanning and Jean-François B.
  • #12743: No longer exit on the first warning when :option:--fail-on-warning <sphinx-build --fail-on-warning> is used.

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the deps group with 4 updates in the / directory: [ansys-fluent-core](https://github.com/ansys/pyfluent), [ansys-geometry-core](https://github.com/ansys/pyansys-geometry), [pyedb](https://github.com/ansys/pyedb) and [sphinx](https://github.com/sphinx-doc/sphinx).


Updates `ansys-fluent-core` from 0.26.0 to 0.26.1
- [Release notes](https://github.com/ansys/pyfluent/releases)
- [Commits](ansys/pyfluent@v0.26.0...v0.26.1)

Updates `ansys-geometry-core` from 0.7.2 to 0.7.3
- [Release notes](https://github.com/ansys/pyansys-geometry/releases)
- [Changelog](https://github.com/ansys/pyansys-geometry/blob/main/CHANGELOG.md)
- [Commits](ansys/pyansys-geometry@v0.7.2...v0.7.3)

Updates `pyedb` from 0.29.0 to 0.30.0
- [Release notes](https://github.com/ansys/pyedb/releases)
- [Commits](ansys/pyedb@v0.29.0...v0.30.0)

Updates `sphinx` from 8.0.2 to 8.1.0
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst)
- [Commits](sphinx-doc/sphinx@v8.0.2...v8.1.0)

---
updated-dependencies:
- dependency-name: ansys-fluent-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: ansys-geometry-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-minor
  dependency-group: deps
- dependency-name: sphinx
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 11, 2024
@RobPasMue
Copy link
Member

@dependabot ignore Sphinx patch version

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 11, 2024

OK, I won't notify you about version 8.1.0 of sphinx again, unless you unignore it.

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 11, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Oct 11, 2024
@dependabot dependabot bot deleted the dependabot/pip/deps-1e4910d31b branch October 11, 2024 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant