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 across 1 directory with 7 updates #543

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps the dependencies group with 7 updates in the / directory:

Package From To
pyvista 0.43.9 0.43.10
ansys-mapdl-core 0.68.1 0.68.3
ansys-dpf-composites 0.4.1 0.5.0
ansys-mechanical-core 0.10.11 0.11.1
sphinx-autodoc-typehints 2.1.1 2.2.2
ansys-sphinx-theme 0.16.5 0.16.6
hypothesis 6.103.1 6.103.2

Updates pyvista from 0.43.9 to 0.43.10

Release notes

Sourced from pyvista's releases.

v0.43.10

Patch release with the following fixes/quality of life changes. This being a patch fix, there are no API changes.

What's Changed

Full Changelog: https://github.com/pyvista/pyvista/compare/v0.43.9...v0.43.10

Commits


Updates ansys-mapdl-core from 0.68.1 to 0.68.3

Release notes

Sourced from ansys-mapdl-core's releases.

v0.68.3

No release notes provided.

v0.68.2

Hello PyMAPDL user!

This is patch release aimed to fix some of PyMAPDL bugs, and improve some internal inner package inner workings.

  • Added or fixed some MAPDL command: #3023, and #3037.
  • Improved MapdlPool class to connect to multiple remote IPs #3048
>>> pool = MapdlPool(ip=["127.0.0.2", "127.0.0.3", "127.0.0.4"])
Creating Pool: 100%|########| 3/3 [00:01<00:00,  1.43it/

Main changes

What's Changed

Added

  • feat: add a MAPDL version section in for bug issues #2982
  • feat: adding some env var print to report #2999
  • feat: adding cycexpand command #3023
  • feat: update vfquery #3037
  • feat: add argument to disable run_at_connect in MapdlGrpc #3047
  • feat: allowing passing IP to MapdlPool #3048
  • feat: add argument to disable run_at_connect in MapdlGrpc #3049
  • feat: converting chained APDL commands to PyMAPDL context manager #3154
  • feat: allowing multiple IPs for remote connection on MapdlPool #3166
  • feat: implementing ansys/actions/changelogs and adding release note in documentation #3019
  • feat: adding option to _ctrl command #3002
  • feat: making old API function discoverable when Click is not installed #3086

Changed

  • refactor: refactoring CLI #2960
  • ci: having only one set of Dependabot rules #3107
  • ci: adding tag for doc review #3118
  • ci: remove OS package duplicate #3147
  • ci: using trusted publisher release process #3171

Fixed

  • fix: avoiding future sphinx warning #3035
  • fix: update the general files to align with PyAnsys standards #3151
  • fix: combine the docker-compose files #3169

... (truncated)

Commits
  • d6e8856 chore: updating CHANGELOG for v0.68.3
  • 15f6cfd release: bump version 0.68.3
  • efb0696 feat: Add an inprocess backend to pymapdl (#3198)
  • 09de71f chore: updating CHANGELOG for v0.68.2
  • 1bc45b4 release: bump version to 0.68.2
  • 56b2251 Merge branch 'main' into release/0.68
  • e3f3a09 docs: adding previous changes in changelog.d repository (#3182)
  • 73e0ef1 build: bump ansys-sphinx-theme from 0.16.5 to 0.16.6 in the core group across...
  • 91a7cdd fix: combine the docker-compose files (#3169)
  • cdd3f17 Allowing multiple IPs for remote connection on MapdlPool (#3166)
  • Additional commits viewable in compare view


Updates ansys-dpf-composites from 0.4.1 to 0.5.0

Commits
  • efb3181 use released versoin of dpf core (#477)
  • 8207b57 update version from 0.4 to 0.5
  • 0152bd2 Improve the handling of missing materials (#474)
  • e6cea95 Fix bug while processing ACP's imported solid models (#469)
  • 77ffadc Bump the dependencies group across 1 directory with 2 updates (#473)
  • df081d5 Bump the dependencies group across 1 directory with 2 updates (#470)
  • e0508f1 Provide access to the ply type parameter of the materials (#465)
  • 7786a12 Bump ansys-sphinx-theme from 0.16.4 to 0.16.5 in the dependencies group (#467)
  • f8b2366 Bump the dependencies group across 1 directory with 6 updates (#466)
  • cd1ef4c Bump the dependencies group across 1 directory with 5 updates (#460)
  • Additional commits viewable in compare view


Updates ansys-mechanical-core from 0.10.11 to 0.11.1

Release notes

Sourced from ansys-mechanical-core's releases.

v0.11.1

What's Changed

New features or code improvements

Bug fixes or behavior changes

Documentation

Full Changelog: https://github.com/ansys/pymechanical/compare/v0.11.0...v0.11.1

v0.11.0

What's Changed

New features or code improvements

Bug fixes or behavior changes

Documentation

New Contributors

Full Changelog: https://github.com/ansys/pymechanical/compare/v0.10.11...v0.11.0

Commits


Updates sphinx-autodoc-typehints from 2.1.1 to 2.2.2

Release notes

Sourced from sphinx-autodoc-typehints's releases.

2.2.2

What's Changed

Full Changelog: https://github.com/tox-dev/sphinx-autodoc-typehints/compare/2.2.1...2.2.2

2.2.1

What's Changed

Full Changelog: https://github.com/tox-dev/sphinx-autodoc-typehints/compare/2.2.0...2.2.1

2.2.0

What's Changed

New Contributors

Full Changelog: https://github.com/tox-dev/sphinx-autodoc-typehints/compare/2.1.1...2.2.0

Commits
  • ea99f28 Fix for Issue #384: typehints_defaults = "braces-after" fails for a multiline...
  • 0435d07 Fix issue #462 and another alias processing bug (#463)
  • fb240ea Support autodoc_type_aliases configuration (#459)
  • 41b2900 Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 (#460)
  • 047ac44 [pre-commit.ci] pre-commit autoupdate (#461)
  • fd0a0c6 [pre-commit.ci] pre-commit autoupdate (#458)
  • See full diff in compare view


Updates ansys-sphinx-theme from 0.16.5 to 0.16.6

Commits


Updates hypothesis from 6.103.1 to 6.103.2

Commits
  • 926411e Bump hypothesis-python version to 6.103.2 and update changelog
  • 6c155a4 Merge pull request #4007 from tybug/remove-sub-ir-examples
  • d8c97fc bump py3.13
  • 88a18e6 fix type hints
  • 7b41fda draw from strategies with examples to cover missing pareto code
  • efeebb3 return sets in mutator_groupsf
  • f8e5830 add start == end todo
  • 1b02707 fix test_observability flakiness
  • 9457c1b reduce more internal examples
  • e406b78 remove unused labels
  • Additional commits viewable in compare view


Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | | --- | --- | | hypothesis | [>= 6.84.a, < 6.85] |

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
wiz-inc-572fc38784[bot] commented 2 months ago

Wiz Scan Summary

IaC Misconfigurations 0C 0H 0M 0L 0I
Vulnerabilities 1C 1H 5M 1L 0I
Sensitive Data 0C 0H 0M 0L 0I
Total 1C 1H 5M 1L 0I
Secrets 0🔑
codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 91.98%. Comparing base (15fbd57) to head (7af4420).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #543 +/- ## ======================================= 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.

dependabot[bot] commented 2 months ago

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