ansys / pyacp

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

Bump the dependencies group with 3 updates #667

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 1 week ago

Bumps the dependencies group with 3 updates: packaging, ansys-dpf-core and hypothesis.

Updates packaging from 24.1 to 24.2

Release notes

Sourced from packaging's releases.

24.2

What's Changed

New Contributors

Full Changelog: https://github.com/pypa/packaging/compare/24.1...24.2

Changelog

Sourced from packaging's changelog.

24.2 - 2024-11-08


* PEP 639: Implement License-Expression and License-File (:issue:`828`)
* Use ``!r`` formatter for error messages with filenames (:issue:`844`)
* Add support for PEP 730 iOS tags (:issue:`832`)
* Fix prerelease detection for ``>`` and ``<`` (:issue:`794`)
* Fix uninformative error message (:issue:`830`)
* Refactor ``canonicalize_version`` (:issue:`793`)
* Patch python_full_version unconditionally (:issue:`825`)
* Fix doc for ``canonicalize_version`` to mention ``strip_trailing_zero`` and a typo in a docstring (:issue:`801`)
* Fix typo in Version ``__str__`` (:issue:`817`)
* Support creating a ``SpecifierSet`` from an iterable of ``Specifier`` objects (:issue:`775`)
Commits
  • d8e3b31 Bump for release
  • 2de393d Update changelog for release
  • 9c66f5c Remove extraneous quotes in f-strings by using !r (#848)
  • 4dc334c Upgrade to latest mypy (#853)
  • d1a9f93 Bump the github-actions group with 4 updates (#852)
  • 029f415 PEP 639: Implement License-Expression and License-File (#828)
  • 6c338a8 Use !r formatter for error messages with filenames. (#844)
  • 28e7da7 Add a comment as to why Metadata.name isn't normalized (#842)
  • ce0d79c Mention updating changelog in release process (#841)
  • ac5bdf3 Update the changelog to reflect 24.1 changes (#840)
  • Additional commits viewable in compare view


Updates ansys-dpf-core from 0.13.0 to 0.13.2

Release notes

Sourced from ansys-dpf-core's releases.

v0.13.2

What's Changed

CI/CD

Full Changelog: https://github.com/ansys/pydpf-core/compare/v0.13.1...v0.13.2

v0.13.1

What's Changed

Enhancements

Bug fixes

Documentation

Examples

CI/CD

Maintenance

... (truncated)

Commits
  • 81fa1a2 Bump 0.13.2
  • 3c2458b build: add 25.2 handling in version (#1863)
  • cc620a8 Fix call to ansys/actions/doc-deploy-stable (#1859)
  • 8c4e8a6 Fix wheel upload condition for tests.yml (#1857)
  • 9043c7a Fix wheel upload condition for tests.yml (#1856)
  • 7dc8729 Fix ci_release.yml wheel concurrency for tests_any (#1855)
  • fbdc622 Fix/wheel artifact concurrency ci release (#1854)
  • bd8f00b Fix wheel condition on call to tests.yml in ci_release.yml (#1853)
  • 0020b24 Bump actions/download-artifact@v4 (#1852)
  • 535c7b6 Fix retro-compatibility for example 13-nodes_in_local_coordinate_system.py (#...
  • Additional commits viewable in compare view


Updates hypothesis from 6.116.0 to 6.118.7

Release notes

Sourced from hypothesis's releases.

Hypothesis for Python - version 6.118.7

This patch removes some "# type: ignore" comments following a mypy update.

The canonical version of these notes (with links) is on readthedocs.

Hypothesis for Python - version 6.118.6

When Hypothesis replays examples from its test database that it knows were previously fully shrunk it will no longer try to shrink them again.

This should significantly speed up development workflows for slow tests, as the shrinking could contribute a significant delay when rerunning the tests.

In some rare cases this may cause minor reductions in example quality. This was considered an acceptable tradeoff for the improved test runtime.

The canonical version of these notes (with links) is on readthedocs.

Hypothesis for Python - version 6.118.5

This patch avoids computing some string representations we won't need, giving a small speedup (part of issue #4139).

The canonical version of these notes (with links) is on readthedocs.

Hypothesis for Python - version 6.118.4

This patch migrates the optimisation algorithm for targeted property- based testing to our IR layer (issue #3921). This should result in moderately different (and hopefully improved) exploration behavior in tests which use "hypothesis.target()".

The canonical version of these notes (with links) is on readthedocs.

Hypothesis for Python - version 6.118.3

This patch adds more type hints to internal Hypothesis code.

The canonical version of these notes (with links) is on readthedocs.

Hypothesis for Python - version 6.118.2

This patch migrates the "explain" phase to our IR layer (issue #3921). This should improve both its speed and precision.

The canonical version of these notes (with links) is on readthedocs.

Hypothesis for Python - version 6.118.1

This patch updates some internals around how we determine an input is too large to finish generating.

... (truncated)

Commits
  • 0658877 Bump hypothesis-python version to 6.118.7 and update changelog
  • a34dad0 Merge pull request #4168 from HypothesisWorks/create-pull-request/patch
  • 24abdca add timezone docs
  • 545b81d remove type ignore
  • 2c7af0c Update pinned dependencies
  • 32220d9 bump workflow
  • bf6c505 Bump hypothesis-python version to 6.118.6 and update changelog
  • 44dcc45 Merge pull request #4155 from HypothesisWorks/DRMacIver/no-shrink-on-replay
  • 67b842e Bump hypothesis-python version to 6.118.5 and update changelog
  • 8aa9abf Merge pull request #4165 from Zac-HD/small-fixes
  • 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
codecov[bot] commented 1 week ago

Codecov Report

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

Project coverage is 94.79%. Comparing base (2359938) to head (ad3c0e7). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #667 +/- ## ======================================= Coverage 94.79% 94.79% ======================================= Files 103 103 Lines 5614 5614 ======================================= Hits 5322 5322 Misses 292 292 ``` | [Flag](https://app.codecov.io/gh/ansys/pyacp/pull/667/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ansys) | Coverage Δ | | |---|---|---| | [python-3.10](https://app.codecov.io/gh/ansys/pyacp/pull/667/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ansys) | `94.69% <ø> (ø)` | | | [python-3.11](https://app.codecov.io/gh/ansys/pyacp/pull/667/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ansys) | `94.62% <ø> (ø)` | | | [python-3.12](https://app.codecov.io/gh/ansys/pyacp/pull/667/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ansys) | `94.72% <ø> (ø)` | | | [server-2024R2](https://app.codecov.io/gh/ansys/pyacp/pull/667/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ansys) | `90.82% <ø> (ø)` | | | [server-2025R1](https://app.codecov.io/gh/ansys/pyacp/pull/667/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ansys) | `94.62% <ø> (ø)` | | | [server-2025R2](https://app.codecov.io/gh/ansys/pyacp/pull/667/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ansys) | `94.62% <ø> (ø)` | | | [server-latest](https://app.codecov.io/gh/ansys/pyacp/pull/667/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ansys) | `94.69% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ansys#carryforward-flags-in-the-pull-request-comment) to find out more.

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