Skip to content

Bump the dependencies group across 1 directory with 7 updates #872

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 7, 2025

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

Package From To
typing-extensions 4.14.0 4.14.1
ansys-mapdl-core 0.70.1 0.70.2
ansys-mechanical-core 0.11.19 0.11.25
types-protobuf 6.30.2.20250516 6.30.2.20250703
numpydoc 1.8.0 1.9.0
ansys-sphinx-theme 1.5.2 1.5.3
hypothesis 6.135.14 6.135.26

Updates typing-extensions from 4.14.0 to 4.14.1

Release notes

Sourced from typing-extensions's releases.

4.14.1

Release 4.14.1 (July 4, 2025)

  • Fix usage of typing_extensions.TypedDict nested inside other types (e.g., typing.Type[typing_extensions.TypedDict]). This is not allowed by the type system but worked on older versions, so we maintain support.
Changelog

Sourced from typing-extensions's changelog.

Release 4.14.1 (July 4, 2025)

  • Fix usage of typing_extensions.TypedDict nested inside other types (e.g., typing.Type[typing_extensions.TypedDict]). This is not allowed by the type system but worked on older versions, so we maintain support.
Commits

Updates ansys-mapdl-core from 0.70.1 to 0.70.2

Release notes

Sourced from ansys-mapdl-core's releases.

v0.70.2

0.70.2 - June 26, 2025

This version just fix some bugs arisen from latest updates in some of our upstream dependencies.

Fixed

Miscellaneous

Commits

Updates ansys-mechanical-core from 0.11.19 to 0.11.25

Release notes

Sourced from ansys-mechanical-core's releases.

v0.11.25

0.11.25 - July 03, 2025

Fixed

v0.11.24

0.11.24 - June 30, 2025

Fixed

Maintenance

v0.11.23

0.11.23 - June 30, 2025

Fixed

... (truncated)

Commits

Updates types-protobuf from 6.30.2.20250516 to 6.30.2.20250703

Commits

Updates numpydoc from 1.8.0 to 1.9.0

Commits
  • 3db2f68 Designate 1.9.0 release
  • 610a25e Designate 1.9.0rc0 release
  • 8044135 Specity the types of numpydoc_xref_ignore option (#631)
  • 865b865 Fix pip setup command in github workflow (#629)
  • 259f8ac Fix broken link in format.rst (#628)
  • 139a344 Switch to storing AST nodes on the stack for more accurate method signature c...
  • 84ebcc0 Switch to dependency groups (#626)
  • 8dbddc6 Bump scientific-python/circleci-artifacts-redirector-action from 1.0.0 to 1.1...
  • 9862b6a Bump actions/download-artifact from 4.2.1 to 4.3.0 in the actions group (#620)
  • 5b437b5 BUG: Correct functionality of numpydoc SS05 (#613)
  • Additional commits viewable in compare view

Updates ansys-sphinx-theme from 1.5.2 to 1.5.3

Release notes

Sourced from ansys-sphinx-theme's releases.

v1.5.3

1.5.3 (July 02, 2025)

Fixed

Commits

Updates hypothesis from 6.135.14 to 6.135.26

Release notes

Sourced from hypothesis's releases.

Hypothesis for Python - version 6.135.26

Fix a "dictionary changed size during iteration" error that could occur under with "register_random()" under multiple threads.

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

Hypothesis for Python - version 6.135.25

Improve thread safety of our "sys.monitoring" usage (by the "Phase.shrink" and "Phase.explain" phases), as well as the internal computation of strategy labels.

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

Hypothesis for Python - version 6.135.24

Makes the deprecation warning for using the global random instance thread-safe, as part of our work towards thread safety (issue #4451).

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

Hypothesis for Python - version 6.135.23

In order to de-flake "RecursionError" failures, Hypothesis sets a deterministic limit on "sys.setrecursionlimit". This patch makes the setting of this limit aware of uses by Hypothesis from multiple threads, so it does not produce spurious warnings in multithreaded environments.

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

Hypothesis for Python - version 6.135.22

Improves the thread safety of caching strategy definitions, as well as usage of strategy transformations like ".map()" and ".filter()".

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

Hypothesis for Python - version 6.135.21

Fix the thread safety of "@​rule" definitions in "RuleBasedStateMachine".

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

Hypothesis for Python - version 6.135.20

Fixes "reproduction_decorator" being missing under hypothesis-specific metadata in many observability observations, when it should have been present.

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

Hypothesis for Python - version 6.135.19

Improve threading compatibility of an internal helper for managing deterministic rng seeding.

... (truncated)

Commits
  • 3922320 Bump hypothesis-python version to 6.135.26 and update changelog
  • 44941f3 Merge pull request #4464 from tybug/free-threading-weakref-iteration
  • 46a37f1 Bump hypothesis-python version to 6.135.25 and update changelog
  • a4809d7 Merge pull request #4463 from tybug/free-threading-label
  • 0fa98a9 typo
  • b333201 typing
  • 750c90c nocover
  • e21b054 fix a dict size iteration error in register_random
  • 9a7cfb4 remove non-thread-safe assertion
  • e2a4a3b typing, skip db test on windows
  • 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 <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 dependencies group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [typing-extensions](https://github.com/python/typing_extensions) | `4.14.0` | `4.14.1` |
| [ansys-mapdl-core](https://github.com/ansys/pymapdl) | `0.70.1` | `0.70.2` |
| [ansys-mechanical-core](https://github.com/ansys/pymechanical) | `0.11.19` | `0.11.25` |
| [types-protobuf](https://github.com/typeshed-internal/stub_uploader) | `6.30.2.20250516` | `6.30.2.20250703` |
| [numpydoc](https://github.com/numpy/numpydoc) | `1.8.0` | `1.9.0` |
| [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) | `1.5.2` | `1.5.3` |
| [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.135.14` | `6.135.26` |



Updates `typing-extensions` from 4.14.0 to 4.14.1
- [Release notes](https://github.com/python/typing_extensions/releases)
- [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
- [Commits](python/typing_extensions@4.14.0...4.14.1)

Updates `ansys-mapdl-core` from 0.70.1 to 0.70.2
- [Release notes](https://github.com/ansys/pymapdl/releases)
- [Changelog](https://github.com/ansys/pymapdl/blob/main/CHANGELOG.md)
- [Commits](ansys/pymapdl@v0.70.1...v0.70.2)

Updates `ansys-mechanical-core` from 0.11.19 to 0.11.25
- [Release notes](https://github.com/ansys/pymechanical/releases)
- [Changelog](https://github.com/ansys/pymechanical/blob/main/CHANGELOG.md)
- [Commits](ansys/pymechanical@v0.11.19...v0.11.25)

Updates `types-protobuf` from 6.30.2.20250516 to 6.30.2.20250703
- [Commits](https://github.com/typeshed-internal/stub_uploader/commits)

Updates `numpydoc` from 1.8.0 to 1.9.0
- [Release notes](https://github.com/numpy/numpydoc/releases)
- [Changelog](https://github.com/numpy/numpydoc/blob/main/RELEASE.rst)
- [Commits](numpy/numpydoc@v1.8.0...v1.9.0)

Updates `ansys-sphinx-theme` from 1.5.2 to 1.5.3
- [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases)
- [Commits](ansys/ansys-sphinx-theme@v1.5.2...v1.5.3)

Updates `hypothesis` from 6.135.14 to 6.135.26
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.135.14...hypothesis-python-6.135.26)

---
updated-dependencies:
- dependency-name: typing-extensions
  dependency-version: 4.14.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ansys-mapdl-core
  dependency-version: 0.70.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ansys-mechanical-core
  dependency-version: 0.11.25
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: types-protobuf
  dependency-version: 6.30.2.20250703
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: numpydoc
  dependency-version: 1.9.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: ansys-sphinx-theme
  dependency-version: 1.5.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: hypothesis
  dependency-version: 6.135.26
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

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 Jul 7, 2025
@dependabot dependabot bot requested a review from greschd as a code owner July 7, 2025 01:20
@dependabot dependabot bot added the python Pull requests that update Python code label Jul 7, 2025
@dependabot dependabot bot requested review from roosre and SRaimondi as code owners July 7, 2025 01:20
Copy link

codecov bot commented Jul 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.88%. Comparing base (b5371f5) to head (22d79a7).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #872   +/-   ##
=======================================
  Coverage   94.88%   94.88%           
=======================================
  Files         110      110           
  Lines        5842     5842           
  Branches      339      339           
=======================================
  Hits         5543     5543           
  Misses        298      298           
  Partials        1        1           
Flag Coverage Δ
direct-launch 91.36% <ø> (ø)
minimum-deps 93.00% <ø> (ø)
python-3.10 94.07% <ø> (ø)
python-3.11 94.00% <ø> (ø)
python-3.12 94.00% <ø> (ø)
python-3.13 94.24% <ø> (ø)
server-2024R2 90.46% <ø> (ø)
server-2025R1 94.04% <ø> (ø)
server-2025R2 94.00% <ø> (ø)
server-2026R1 94.00% <ø> (ø)
server-latest 94.64% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

0 participants