ansys / pyacp

Python Client for Ansys Composite PrepPost
https://acp.docs.pyansys.com
MIT License
4 stars 1 forks source link

Bump the dependencies group with 4 updates #526

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 5 months ago

Bumps the dependencies group with 4 updates: ansys-dpf-core, black, types-protobuf and sphinx-autodoc-typehints.

Updates ansys-dpf-core from 0.11.0 to 0.12.0

Release notes

Sourced from ansys-dpf-core's releases.

v0.12.0 Release Notes

pydpf-core 0.12.0 release for DPF Server 2024.2.pre1

What's Changed

Enhancements

Bug fixes

Documentation

CI/CD

Maintenance

New Contributors

Full Changelog: https://github.com/ansys/pydpf-core/compare/v0.11.0...v0.12.0

Commits


Updates black from 24.3.0 to 24.4.0

Release notes

Sourced from black's releases.

24.4.0

Stable style

  • Fix unwanted crashes caused by AST equivalency check (#4290)

Preview style

  • if guards in case blocks are now wrapped in parentheses when the line is too long. (#4269)
  • Stop moving multiline strings to a new line unless inside brackets (#4289)

Integrations

  • Add a new option use_pyproject to the GitHub Action psf/black. This will read the Black version from pyproject.toml. (#4294)
Changelog

Sourced from black's changelog.

24.4.0

Stable style

  • Fix unwanted crashes caused by AST equivalency check (#4290)

Preview style

  • if guards in case blocks are now wrapped in parentheses when the line is too long. (#4269)
  • Stop moving multiline strings to a new line unless inside brackets (#4289)

Integrations

  • Add a new option use_pyproject to the GitHub Action psf/black. This will read the Black version from pyproject.toml. (#4294)
Commits


Updates types-protobuf from 4.24.0.20240408 to 4.25.0.20240410

Commits


Updates sphinx-autodoc-typehints from 2.0.0 to 2.0.1

Release notes

Sourced from sphinx-autodoc-typehints's releases.

2.0.1

What's Changed

New Contributors

Full Changelog: https://github.com/tox-dev/sphinx-autodoc-typehints/compare/2.0.0...2.0.1

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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 91.98%. Comparing base (1f71c0c) to head (cbafa39).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #526 +/- ## ======================================= Coverage 91.98% 91.98% ======================================= Files 82 82 Lines 4252 4252 ======================================= Hits 3911 3911 Misses 341 341 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.