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 13 updates #539

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

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

Package From To
typing-extensions 4.11.0 4.12.1
ansys-tools-path 0.5.2 0.6.0
pyvista 0.43.7 0.43.8
ansys-dpf-core 0.12.0 0.12.1
ansys-mechanical-core 0.10.10 0.10.11
matplotlib 3.8.4 3.9.0
scipy 1.13.0 1.13.1
pre-commit 3.7.0 3.7.1
ansys-sphinx-theme 0.15.2 0.16.5
sphinx-design 0.5.0 0.6.0
pytest 8.2.0 8.2.1
hypothesis 6.100.4 6.103.0
docker 7.0.0 7.1.0

Updates typing-extensions from 4.11.0 to 4.12.1

Release notes

Sourced from typing-extensions's releases.

4.12.1

  • Preliminary changes for compatibility with the draft implementation of PEP 649 in Python 3.14. Patch by Jelle Zijlstra.
  • Fix regression in v4.12.0 where nested Annotated types would cause TypeError to be raised if the nested Annotated type had unhashable metadata. Patch by Alex Waygood.

4.12.0

This release focuses on compatibility with the upcoming release of Python 3.13. Most changes are related to the implementation of type parameter defaults (PEP 696).

Thanks to all of the people who contributed patches, especially Alex Waygood, who did most of the work adapting typing-extensions to the CPython PEP 696 implementation.

There is a single change since 4.12.0rc1:

  • Fix incorrect behaviour of typing_extensions.ParamSpec on Python 3.8 and 3.9 that meant that isinstance(typing_extensions.ParamSpec("P"), typing.TypeVar) would have a different result in some situations depending on whether or not a profiling function had been set using sys.setprofile. Patch by Alex Waygood.

Changes included in 4.12.0rc1:

  • Improve the implementation of type parameter defaults (PEP 696)
    • Backport the typing.NoDefault sentinel object from Python 3.13. TypeVars, ParamSpecs and TypeVarTuples without default values now have their __default__ attribute set to this sentinel value.
    • TypeVars, ParamSpecs and TypeVarTuples now have a has_default() method, matching typing.TypeVar, typing.ParamSpec and typing.TypeVarTuple on Python 3.13+.
    • TypeVars, ParamSpecs and TypeVarTuples with default=None passed to their constructors now have their __default__ attribute set to None at runtime rather than types.NoneType.
    • Fix most tests for TypeVar, ParamSpec and TypeVarTuple on Python 3.13.0b1 and newer.
    • Backport CPython PR #118774, allowing type parameters without default values to follow those with default values in some type parameter lists. Patch by Alex Waygood, backporting a CPython PR by Jelle Zijlstra.
    • It is now disallowed to use a TypeVar with a default value after a TypeVarTuple in a type parameter list. This matches the CPython implementation of PEP 696 on Python 3.13+.
    • Fix bug in PEP-696 implementation where a default value for a ParamSpec would be cast to a tuple if a list was provided. Patch by Alex Waygood.
  • Fix Protocol tests on Python 3.13.0a6 and newer. 3.13.0a6 adds a new __static_attributes__ attribute to all classes in Python,

... (truncated)

Changelog

Sourced from typing-extensions's changelog.

Release 4.12.1 (June 1, 2024)

  • Preliminary changes for compatibility with the draft implementation of PEP 649 in Python 3.14. Patch by Jelle Zijlstra.
  • Fix regression in v4.12.0 where nested Annotated types would cause TypeError to be raised if the nested Annotated type had unhashable metadata. Patch by Alex Waygood.

Release 4.12.0 (May 23, 2024)

This release is mostly the same as 4.12.0rc1 but fixes one more longstanding bug.

  • Fix incorrect behaviour of typing_extensions.ParamSpec on Python 3.8 and 3.9 that meant that isinstance(typing_extensions.ParamSpec("P"), typing.TypeVar) would have a different result in some situations depending on whether or not a profiling function had been set using sys.setprofile. Patch by Alex Waygood.

Release 4.12.0rc1 (May 16, 2024)

This release focuses on compatibility with the upcoming release of Python 3.13. Most changes are related to the implementation of type parameter defaults (PEP 696).

Thanks to all of the people who contributed patches, especially Alex Waygood, who did most of the work adapting typing-extensions to the CPython PEP 696 implementation.

Full changelog:

  • Improve the implementation of type parameter defaults (PEP 696)
    • Backport the typing.NoDefault sentinel object from Python 3.13. TypeVars, ParamSpecs and TypeVarTuples without default values now have their __default__ attribute set to this sentinel value.
    • TypeVars, ParamSpecs and TypeVarTuples now have a has_default() method, matching typing.TypeVar, typing.ParamSpec and typing.TypeVarTuple on Python 3.13+.
    • TypeVars, ParamSpecs and TypeVarTuples with default=None passed to their constructors now have their __default__ attribute set to None at runtime rather than types.NoneType.
    • Fix most tests for TypeVar, ParamSpec and TypeVarTuple on Python 3.13.0b1 and newer.
    • Backport CPython PR #118774, allowing type parameters without default values to follow those with default values in some type parameter lists. Patch by Alex Waygood, backporting a CPython PR by Jelle Zijlstra.
    • It is now disallowed to use a TypeVar with a default value after a TypeVarTuple in a type parameter list. This matches the CPython implementation of PEP 696 on Python 3.13+.

... (truncated)

Commits


Updates ansys-tools-path from 0.5.2 to 0.6.0

Changelog

Sourced from ansys-tools-path's changelog.

v0.6.0 - 31 May 2024

What's Changed

Support the version 25.1 of the Ansys unified install.

v0.5.0 - 2 April 2024

What's changed

Support arbitrary application names with "save" and "get"

v0.4.0 - 17 November 2023

What's Changed

Support the version 24.2 of the Ansys unified install.

Commits


Updates pyvista from 0.43.7 to 0.43.8

Release notes

Sourced from pyvista's releases.

v0.43.8

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.7...v0.43.8

Commits
  • af115a9 🚀 Patch Release 0.43.8
  • e6f31fd Add missing load parameter to some example downloads (#6078)
  • 5057ff5 Fix active normals for properties point_normals, cell_normals, and method...
  • a95c8c7 Ensure no overlap with crinkle clip (#6060)
  • See full diff in compare view


Updates ansys-dpf-core from 0.12.0 to 0.12.1

Release notes

Sourced from ansys-dpf-core's releases.

v0.12.1 Release Notes

pydpf-core 0.12.1 release for DPF Server 2024.2

What's Changed

Enhancements

Bug fixes

Documentation

CI/CD

Maintenance

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

Commits


Updates ansys-mechanical-core from 0.10.10 to 0.10.11

Release notes

Sourced from ansys-mechanical-core's releases.

v0.10.11

What's Changed

New features or code improvements

Bug fixes or behavior changes

Documentation

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

Changelog

Sourced from ansys-mechanical-core's changelog.

0.10.11 - 2024-05-23

Added

  • feat: Add tests for animation exports #729
  • add feature flags to ansys-mechanical cli #735
  • feat: Add test for deprecation warning #739

Changed

  • chore: update CHANGELOG for v0.10.10 #716
  • Maint: Display image info #717
  • [pre-commit.ci] pre-commit autoupdate #726
  • set mono trace env vars before loading mono #734

Fixed

  • fix: merging coverage step in ci_cd #720
  • fix: Publish coverage for remote connect #721
  • fix: Restrict protobuf <6 #722
  • Fix: add return for poster #727
  • fix: cli test are not getting coverage #737
  • fix: adding mechanical libraries #740
  • feat: Add more coverage on logging #744
  • fix: Display image and build info only for scheduled run #746
  • fix: upload coverage files only for latest stable version on release workflow #748

Dependencies

  • MAINT: Bump pytest from 8.1.1 to 8.2.0 in the tests group #724
  • MAINT: Bump the doc group with 3 updates #725, #743
  • MAINT: Bump grpcio from 1.62.2 to 1.63.0 in the core group #731
  • MAINT: Bump the doc group with 2 updates #732
  • MAINT: Bump grpcio from 1.63.0 to 1.64.0 in the core group #741
  • MAINT: Bump pytest from 8.2.0 to 8.2.1 in the tests group #742

Miscellaneous

  • Split pyvista into two methods and remove the stability workaround for 242 #718
  • Update conf.py #723
  • catch the mono version warning #733
Commits
  • da7e6b0 Updating CHANGELOG for v0.10.11
  • 942174f Merge branch 'main' into release/0.10
  • 171f733 fix: upload coverage files only for latest stable version on release workflow...
  • 7b0b1da feat: Add more coverage on logging (#744)
  • e4c46ad fix: Display image and build info only for scheduled run (#746)
  • dba0b49 Bump version to 10.11
  • bac6120 Merge branch 'main' into release/0.10
  • 81990d4 fix: adding mechanical libraries (#740)
  • 039b1cd MAINT: Bump pytest from 8.2.0 to 8.2.1 in the tests group (#742)
  • 4b5ac3c MAINT: Bump the doc group with 3 updates (#743)
  • Additional commits viewable in compare view


Updates matplotlib from 3.8.4 to 3.9.0

Release notes

Sourced from matplotlib's releases.

REL: 3.9.0

Highlights of this release include:

  • Plotting and Annotation improvements
    • Axes.inset_axes is no longer experimental
    • Legend support for Boxplot
    • Percent sign in pie labels auto-escaped with usetex=True
    • hatch parameter for stackplot
    • Add option to plot only one half of violin plot
    • axhline and axhspan on polar axes
    • Subplot titles can now be automatically aligned
    • axisartist can now be used together with standard Formatters
    • Toggle minorticks on Axis
    • StrMethodFormatter now respects axes.unicode_minus
  • Figure, Axes, and Legend Layout
    • Subfigures now have controllable zorders
    • Getters for xmargin, ymargin and zmargin
  • Mathtext improvements
    • mathtext documentation improvements
    • mathtext spacing corrections
  • Widget Improvements
    • Check and Radio Button widgets support clearing
  • 3D plotting improvements
    • Setting 3D axis limits now set the limits exactly
  • Other improvements
    • New BackendRegistry for plotting backends
    • Add widths, heights and angles setter to EllipseCollection
    • image.interpolation_stage rcParam
    • Arrow patch position is now modifiable
    • NonUniformImage now has mouseover support

REL: v3.9.0rc2

This is the second release candidate for the meso release 3.9.0.

Commits
  • be56634 REL: v3.9.0
  • 846ce8a DOC: Finish documentation for 3.9.0
  • 8604f67 Merge pull request #28206 from meeseeksmachine/auto-backport-of-pr-28205-on-v...
  • 196c8db TST: Followup corrections to #28205
  • d8f3016 Backport PR #28205: TST: Fix tests with older versions of ipython
  • 4db5ac9 Merge pull request #28203 from QuLogic/auto-backport-of-pr-28164-on-v3.9.x
  • ef1a2db Merge pull request #28204 from meeseeksmachine/auto-backport-of-pr-28195-on-v...
  • e4384b8 Merge pull request #28191 from QuLogic/no-dev-theme
  • 3b65546 Backport PR #28195: TST: Prepare for pytest 9
  • 1b526c3 Backport PR #28164: CI: Ensure code coverage is always uploaded
  • Additional commits viewable in compare view


Updates scipy from 1.13.0 to 1.13.1

Release notes

Sourced from scipy's releases.

SciPy 1.13.1 Release Notes

SciPy 1.13.1 is a bug-fix release with no new features compared to 1.13.0. The version of OpenBLAS shipped with the PyPI binaries has been increased to 0.3.27.

Authors

  • Name (commits)
  • h-vetinari (1)
  • Jake Bowhay (2)
  • Evgeni Burovski (6)
  • Sean Cheah (2)
  • Lucas Colley (2)
  • DWesl (2)
  • Ralf Gommers (7)
  • Ben Greiner (1) +
  • Matt Haberland (2)
  • Gregory R. Lee (1)
  • Philip Loche (1) +
  • Sijo Valayakkad Manikandan (1) +
  • Matti Picus (1)
  • Tyler Reddy (62)
  • Atsushi Sakai (1)
  • Daniel Schmitz (2)
  • Dan Schult (3)
  • Scott Shambaugh (2)
  • Edgar Andrés Margffoy Tuay (1)

A total of 19 people contributed to this release. People with a "+" by their names contributed a patch for the first time. This list of names is automatically generated, and may not be fully complete.

Commits
  • 44e4eba REL: SciPy 1.13.1 release commit [wheel build]
  • 2eb8e1b Merge pull request #20632 from tylerjereddy/treddy_prep_1_13_1_backports
  • 1a00d48 DOC: PR 20632 updates
  • 11e99ba BUG: stats: Fix zipf.pmf and zipfian.pmf for int32 k (#20702) [wheel bu...
  • 506cbeb MAINT: stats.wilcoxon: fix bug with Ndim>1, shape[axis]>50, NaN, 'auto' (#20592)
  • c9d8613 CI, MAINT: PR 20632 revisions
  • 95c50a4 MAINT: PR 20632 revisions [wheel build]
  • e7abaf1 MAINT: PR 20632 revisions [wheel build]
  • aa32933 CI: PR 20632 revisions [wheel build]
  • 023b0fb CI: MR 20632 revisions
  • Additional commits viewable in compare view


Updates pre-commit from 3.7.0 to 3.7.1

Release notes

Sourced from pre-commit's releases.

pre-commit v3.7.1

Fixes

Changelog

Sourced from pre-commit's changelog.

3.7.1 - 2024-05-10

Fixes

Commits
  • 9ee0768 v3.7.1
  • eeac061 Merge pull request #3201 from pre-commit/rust-default-language-version
  • 296f592 determine rust default language version independent of rust-toolchain.toml
  • 1602328 Merge pull request #3193 from pre-commit/pre-commit-ci-update-config
  • 0142f45 [pre-commit.ci] pre-commit autoupdate
  • d7e21cd Merge pull request #3194 from pre-commit/handle-readonly-3-12
  • 5c3d006 use a simpler gem for testing additional_dependencies
  • 0d4c6da adjust _handle_readonly for typeshed updates
  • 85fe182 Merge pull request #3176 from pre-commit/pre-commit-ci-update-config
  • 74d05b4 [pre-commit.ci] pre-commit autoupdate
  • Additional commits viewable in compare view


Updates ansys-sphinx-theme from 0.15.2 to 0.16.5

Commits


Updates sphinx-design from 0.5.0 to 0.6.0

Release notes

Sourced from sphinx-design's releases.

v0.6.0

What's Changed

Dependencies

New

✨ Create custom directives

You can use the sd_custom_directives configuration option in your conf.py to add custom directives, with default option values:

sd_custom_directives = {
  "dropdown-syntax": {
    "inherit": "dropdown",
    "argument": "Syntax",
    "options": {
      "color": "primary",
      "icon": "code",
    },
  }
}

The key is the new directive name to add, and the value is a dictionary with the following keys:

  • inherit: The directive to inherit from (e.g. dropdown)
  • argument: The default argument (optional, only for directives that take a single argument)
  • options: A dictionary of default options for the directive (optional)

by @​chrisjsewell in executablebooks/sphinx-design#194

✨ sync tabs by URL query parameters

Synchronised tabs can now be selected by adding a query parameter to the URL, for that sync-group, such as ?code=python for

.. tab-set-code::
.. literalinclude:: snippet.py
    :language: python

.. literalinclude:: snippet.js
    :language: javascript

The last selected tab key, per group, is also persisted SessionStorage

... (truncated)

Changelog

Sourced from sphinx-design's changelog.

0.6.0 - 2024-05-23

Dependencies

  • ⬆️ Python v3.9-3.12 by {user}chrisjsewell in {pr}186
  • ⬆️ Octicon icons to v19.8.0 by {user}ffvpor in {pr}171

New

✨ Create custom directives

You can use the sd_custom_directives configuration option in your conf.py to add custom directives, with default option values:

sd_custom_directives = {
  "dropdown-syntax": {
    "inherit": "dropdown",
    "argument": "Syntax",
    "options": {
      "color": "primary",
      "icon": "code",
    },
  }
}

The key is the new directive name to add, and the value is a dictionary with the following keys:

  • inherit: The directive to inherit from (e.g. dropdown)
  • argument: The default argument (optional, only for directives that take a single argument)
  • options: A dictionary of default options for the directive (optional)

by {user}chrisjsewell in {pr}194

✨ sync tabs by URL query parameters

Synchronised tabs can now be selected by adding a query parameter to the URL, for that sync-group, such as ?code=python for

.. tab-set-code::
.. literalinclude:: snippet.py
    :language: python

.. literalinclude:: snippet.js
    :language: javascript

The last selected tab key, per group, is also persisted to SessionStorage

... (truncated)

Commits


Updates pytest from 8.2.0 to 8.2.1

Release notes

Sourced from pytest's releases.

8.2.1

pytest 8.2.1 (2024-05-19)

Improvements

  • #12334: Support for Python 3.13 (beta1 at the time of writing).

Bug Fixes

  • #12120: Fix [PermissionError]{.title-ref} crashes arising from directories which are not selected on the command-line.
  • #12191: Keyboard interrupts and system exits are now properly handled during the test collection.
  • #12300: Fixed handling of 'Function not implemented' error under squashfuse_ll, which is a different way to say that the mountpoint is read-only.
  • #12308: Fix a regression in pytest 8.2.0 where the permissions of automatically-created .pytest_cache directories became rwx------ instead of the expected rwxr-xr-x.

Trivial/Internal Changes

  • #12333: pytest releases are now attested using the recent Artifact Attestation support from GitHub, allowing users to verify the provenance of pytest's sdist and wheel artifacts.
Commits
  • 66ff8df Prepare release version 8.2.1
  • 3ffcfd1 Merge pull request #12340 from pytest-dev/backport-12334-to-8.2.x
  • 0b28313 [8.2.x] Add Python 3.13 (beta) support
  • f3dd93a [8.2.x] Attest package provenance (#12335)
  • bb5a125 [8.2.x] Spelling (#12331)
  • f179bf2 Merge pull request #12327 from pytest-dev/backport-12325-to-8.2.x
  • 2b671b5 [8.2.x] cacheprovider: fix .pytest_cache not being world-readable
  • 65ab7cb Merge pull request #12324 from pytest-dev/backport-12320-to-8.2.x
  • 4d5fb7d Merge pull request #12319 from pytest-dev/backport-12311-to-8.2.x
  • cbe5996 [8.2.x] changelog: document unittest 8.2 change as breaking
  • Additional commits viewable in compare view


Updates hypothesis from 6.100.4 to 6.103.0

Commits
  • 54d029d Bump hypothesis-python version to 6.103.0 and update changelog
  • 822e39d Merge pull request #3962 from tybug/shrinker-ir
  • 3814b54 temporarily skip stateful shrink quality tests
  • 66f2464 minor fixes, reword release notes
  • 866256e dont cache interesting buffer-based datas
  • 41b15e3 don't permit >128 bit integers
  • a30c0ef Merge pull request #4004 from HypothesisWorks/create-pull-request/patch
  • e29175f Update pinned dependencies
  • 6a981fc refactor slightly
  • 25dbf2d try debug
  • Additional commits viewable in compare view


Updates docker from 7.0.0 to 7.1.0

Release notes

Sourced from docker's releases.

7.1.0

Upgrade Notes

  • Bumped minimum engine API version to 1.24
  • Bumped default engine API version to 1.44 (Moby 25.0)

Bugfixes

  • Fixed issue with tag parsing when the registry address includes ports that resulted in invalid tag format errors
  • Fixed issue preventing creating new configs (ConfigCollection), which failed with a KeyError due to the name field
  • Fixed an issue due to an update in the requests package breaking docker-py by applying the suggested fix

Miscellaneous

  • Documentation improvements
  • Updated Ruff (linter) and fixed minor linting issues
  • Packaging/CI updates
  • Updated tests
    • Stopped checking for deprecated container and image related fields (Container and ContainerConfig)
    • Updated tests that check NetworkSettings.Networks.<network>.Aliases due to engine changes

What's Changed

wiz-inc-572fc38784[bot] commented 3 months ago

Wiz Scan Summary

IaC Misconfigurations 0C 0H 0M 0L 0I
Vulnerabilities 0C 0H 2M 1L 0I
Sensitive Data 0C 0H 0M 0L 0I
Total 0C 0H 2M 1L 0I
Secrets 0🔑
wiz-inc-572fc38784[bot] commented 3 months ago

Wiz Scan Summary

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

Codecov Report

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

Project coverage is 91.98%. Comparing base (5141ff1) to head (ab00879).

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

greschd commented 3 months ago

@dependabot recreate