Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 24, 2025

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

Package From To
ansys-geometry-core 0.8.2 0.9.0
pyaedt 0.14.0 0.14.1
ansys-fluent-visualization 0.17.0 0.18.0
ansys-tools-visualization-interface 0.8.1 0.8.3
ansys-units 0.3.4 0.3.5
sphinx 8.1.3 8.2.1
ansys-sphinx-theme 1.3.1 1.3.2
pygithub 2.6.0 2.6.1

Updates ansys-geometry-core from 0.8.2 to 0.9.0

Commits
  • ed521ab chore: updating CHANGELOG for v0.9.0
  • 91cc4de release: v0.9.0
  • d19e40a fix: Linux Core Service docker file was missing a dependency (#1758)
  • 5bd252a feat: allow plotting of individual faces (#1757)
  • fd2a460 build: bump scipy from 1.15.1 to 1.15.2 (#1756)
  • 67321ef chore: clean up deprecation warning for trapezoid class and add more info on ...
  • c04ef26 chore: enhancements to GLB export and object plot() methods (#1750)
  • 9a67dea feat: export glb (#1741)
  • be66ad2 build: bump panel from 1.6.0 to 1.6.1 (#1749)
  • 585b2e1 feat: workflow enhancements for better tool results (#1723)
  • Additional commits viewable in compare view

Updates pyaedt from 0.14.0 to 0.14.1

Release notes

Sourced from pyaedt's releases.

v0.14.1

What's Changed

Full Changelog: ansys/pyaedt@v0.14.0...v0.14.1

Commits

Updates ansys-fluent-visualization from 0.17.0 to 0.18.0

Commits

Updates ansys-tools-visualization-interface from 0.8.1 to 0.8.3

Changelog

Sourced from ansys-tools-visualization-interface's changelog.

0.8.3 - 2025-02-21

Fixed

  • fix: Upper limit for flit version #250

0.8.2 - 2025-02-21

Dependencies

  • build(deps): bump the general-dependencies group with 2 updates #246
Commits

Updates ansys-units from 0.3.4 to 0.3.5

Commits

Updates sphinx from 8.1.3 to 8.2.1

Release notes

Sourced from sphinx's releases.

Sphinx 8.2.1

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

Sphinx 8.2.0

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

Dependencies

  • #13000: Drop Python 3.10 support.

Incompatible changes

  • #13044: Remove the internal and undocumented has_equations data from the MathDomain domain. The undocumented MathDomain.has_equations method now unconditionally returns True. These are replaced by the has_maths_elements key of the page context dict. Patch by Adam Turner.
  • #13227: HTML output for sequences of keys in the kbd role no longer uses a <kbd class="kbd compound"> element to wrap the keys and separators, but places them directly in the relevant parent node. This means that CSS rulesets targeting kbd.compound or .kbd.compound will no longer have any effect. Patch by Adam Turner.

Deprecated

  • #13037: Deprecate the SingleHTMLBuilder.fix_refuris method. Patch by James Addison.
  • #13083, #13330: Un-deprecate sphinx.util.import_object. Patch by Matthias Geier.

Features added

  • #13173: Add a new duplicate_declaration warning type, with duplicate_declaration.c and duplicate_declaration.cpp subtypes. Patch by Julien Lecomte and Adam Turner.
  • #11824: linkcode: Allow extensions to add support for a domain by defining the keys that should be present. Patch by Nicolas Peugnet.
  • #13144: Add a class option to the autosummary directive. Patch by Tim Hoffmann.
  • #13146: Napoleon: Unify the type preprocessing logic to allow Google-style docstrings to use the optional and default keywords. Patch by Chris Barrick.

... (truncated)

Changelog

Sourced from sphinx's changelog.

Release 8.2.1 (released Feb 21, 2025)

Bugs fixed

  • #13367: Correct spelling of highlighting_failure in warning sub-type. Patch by Bart Kamphorst.
  • #13377: Restore support for using sphinx.testing.path paths with sphinx.testing.fixtures. Patch by Kazuya Takei.
  • #13380: viewcode: Fix importing modules more than once. Patch by Dave Hoese.
  • #13382: Napoleon: Use the right valid types for configuration values. Patch by Adam Turner.
  • 13376: Fix copying assets from a relative :confval:html_static_path entry. Patch by Adam Turner.

Release 8.2.0 (released Feb 18, 2025)

Dependencies

  • #13000: Drop Python 3.10 support.

Incompatible changes

  • #13044: Remove the internal and undocumented has_equations data from the :py:class:!MathDomain domain. The undocumented :py:meth:!MathDomain.has_equations method now unconditionally returns True. These are replaced by the has_maths_elements key of the page context dict. Patch by Adam Turner.
  • #13227: HTML output for sequences of keys in the :rst:role:kbd role no longer uses a <kbd class="kbd compound"> element to wrap the keys and separators, but places them directly in the relevant parent node. This means that CSS rulesets targeting kbd.compound or .kbd.compound will no longer have any effect. Patch by Adam Turner.

Deprecated

  • #13037: Deprecate the SingleHTMLBuilder.fix_refuris method. Patch by James Addison.
  • #13083, #13330: Un-deprecate sphinx.util.import_object. Patch by Matthias Geier.

... (truncated)

Commits
  • 0215a73 Bump to 8.2.1 final
  • 53b7913 Remove background colours from (un)translated classes
  • 58e64d4 Fix _relative_path() for unresolved paths
  • 1a3d1de Add missing CHANGES entry
  • d847d73 Bump Ruff to 0.9.7
  • 7ba7628 Napoleon: Fix valid types for configuration values (#13382)
  • 8ef0708 Fix viewcode extension importing modules more than once (#13380)
  • 7e1bf28 Restore support for sphinx.testing.path paths in ``sphinx.testing.fixture...
  • d099161 Revert "Mark autodoc singledispatchmethod tests as expected failures" (#13381)
  • ba3c729 Switch transifex workflow trigger from 'push' to 'pull_request'
  • Additional commits viewable in compare view

Updates ansys-sphinx-theme from 1.3.1 to 1.3.2

Commits

Updates pygithub from 2.6.0 to 2.6.1

Release notes

Sourced from pygithub's releases.

v2.6.1

Bug Fixes

Maintenance

Full Changelog: PyGithub/PyGithub@v2.6.0...v2.6.1

Changelog

Sourced from pygithub's changelog.

Version 2.6.1 (February 21, 2025)

Bug Fixes ^^^^^^^^^

  • Fix broken pickle support for Auth classes ([#3211](https://github.com/pygithub/pygithub/issues/3211) <https://github.com/PyGithub/PyGithub/pull/3211>) (f975552a <https://github.com/PyGithub/PyGithub/commit/f975552a>)
  • Remove schema from Deployment, remove message attribute ([#3223](https://github.com/pygithub/pygithub/issues/3223) <https://github.com/PyGithub/PyGithub/pull/3223>) (d12e7d4c <https://github.com/PyGithub/PyGithub/commit/d12e7d4c>)
  • Fix incorrect deprecated import ([#3225](https://github.com/pygithub/pygithub/issues/3225) <https://github.com/PyGithub/PyGithub/pull/3225>) (93297440 <https://github.com/PyGithub/PyGithub/commit/93297440>)
  • Add CodeSecurityConfigRepository returned by get_repos_for_code_security_config ([#3219](https://github.com/pygithub/pygithub/issues/3219) <https://github.com/PyGithub/PyGithub/pull/3219>) (f997a2f6 <https://github.com/PyGithub/PyGithub/commit/f997a2f6>)
  • Make GitTag.verification return GitCommitVerification ([#3226](https://github.com/pygithub/pygithub/issues/3226) <https://github.com/PyGithub/PyGithub/pull/3226>) (048a1a38 <https://github.com/PyGithub/PyGithub/commit/048a1a38>)

Maintenance ^^^^^^^^^^^

  • Mention removal of AppAuth.private_key in changelog ([#3212](https://github.com/pygithub/pygithub/issues/3212) <https://github.com/PyGithub/PyGithub/pull/3212>) (f5dc1c76 <https://github.com/PyGithub/PyGithub/commit/f5dc1c76>)
Commits
  • da30d6e Releasing v2.6.1 (#3230)
  • f997a2f Add CodeSecurityConfigRepository returned by `get_repos_for_code_security_c...
  • 048a1a3 Make GitTag.verification return GitCommitVerification (#3226)
  • 9329744 Fix incorrect deprecated import (#3225)
  • d12e7d4 Remove schema from Deployment, remove message attribute (#3223)
  • f975552 Fix broken pickle support for Auth classes (#3211)
  • f5dc1c7 Mention removal of AppAuth.private_key in changelog (#3212)
  • See full diff in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
sphinx [>= 8.1.0.a, < 8.1.1]

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 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [ansys-geometry-core](https://github.com/ansys/pyansys-geometry) | `0.8.2` | `0.9.0` |
| [pyaedt](https://github.com/ansys/pyaedt) | `0.14.0` | `0.14.1` |
| [ansys-fluent-visualization](https://github.com/ansys/pyfluent-visualization) | `0.17.0` | `0.18.0` |
| [ansys-tools-visualization-interface](https://github.com/ansys/ansys-tools-visualization-interface) | `0.8.1` | `0.8.3` |
| [ansys-units](https://github.com/ansys/pyansys-units) | `0.3.4` | `0.3.5` |
| [sphinx](https://github.com/sphinx-doc/sphinx) | `8.1.3` | `8.2.1` |
| [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) | `1.3.1` | `1.3.2` |
| [pygithub](https://github.com/pygithub/pygithub) | `2.6.0` | `2.6.1` |



Updates `ansys-geometry-core` from 0.8.2 to 0.9.0
- [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.8.2...v0.9.0)

Updates `pyaedt` from 0.14.0 to 0.14.1
- [Release notes](https://github.com/ansys/pyaedt/releases)
- [Commits](ansys/pyaedt@v0.14.0...v0.14.1)

Updates `ansys-fluent-visualization` from 0.17.0 to 0.18.0
- [Release notes](https://github.com/ansys/pyfluent-visualization/releases)
- [Commits](ansys/pyfluent-visualization@v0.17.0...v0.18.0)

Updates `ansys-tools-visualization-interface` from 0.8.1 to 0.8.3
- [Release notes](https://github.com/ansys/ansys-tools-visualization-interface/releases)
- [Changelog](https://github.com/ansys/ansys-tools-visualization-interface/blob/main/CHANGELOG.md)
- [Commits](ansys/ansys-tools-visualization-interface@v0.8.1...v0.8.3)

Updates `ansys-units` from 0.3.4 to 0.3.5
- [Release notes](https://github.com/ansys/pyansys-units/releases)
- [Commits](ansys/pyansys-units@v0.3.4...v0.3.5)

Updates `sphinx` from 8.1.3 to 8.2.1
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.2.1/CHANGES.rst)
- [Commits](sphinx-doc/sphinx@v8.1.3...v8.2.1)

Updates `ansys-sphinx-theme` from 1.3.1 to 1.3.2
- [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases)
- [Commits](ansys/ansys-sphinx-theme@v1.3.1...v1.3.2)

Updates `pygithub` from 2.6.0 to 2.6.1
- [Release notes](https://github.com/pygithub/pygithub/releases)
- [Changelog](https://github.com/PyGithub/PyGithub/blob/v2.6.1/doc/changes.rst)
- [Commits](PyGithub/PyGithub@v2.6.0...v2.6.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 24, 2025
@wiz-inc-572fc38784
Copy link

wiz-inc-572fc38784 bot commented Feb 24, 2025

Wiz Scan Summary

Scanner Findings
Vulnerability Finding Vulnerabilities
Data Finding Sensitive Data 1 Info
Secret Finding Secrets
IaC Misconfiguration IaC Misconfigurations
Total 1 Info

View scan details in Wiz

To detect these findings earlier in the dev lifecycle, try using Wiz Code VS Code Extension.

@RobPasMue RobPasMue enabled auto-merge (squash) February 24, 2025 07:18
@RobPasMue RobPasMue merged commit 4d0d5c7 into main Feb 24, 2025
46 checks passed
@RobPasMue RobPasMue deleted the dependabot/pip/deps-2c172316c6 branch February 24, 2025 07:23
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.

2 participants