Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 3, 2025

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

Package From To
pyvista 0.46.3 0.46.4
ansys-dpf-core 0.14.1 0.14.2
ansys-mechanical-core 0.11.34 0.11.35
matplotlib 3.10.6 3.10.7
ansys-sphinx-theme 1.6.1 1.6.3
ipykernel 6.30.1 7.1.0
pytest-benchmark 5.1.0 5.2.0
hypothesis 6.139.2 6.144.0

Updates pyvista from 0.46.3 to 0.46.4

Release notes

Sourced from pyvista's releases.

v0.46.4

What's Changed

Full Changelog: pyvista/pyvista@v0.46.3...v0.46.4

Commits

Updates ansys-dpf-core from 0.14.1 to 0.14.2

Release notes

Sourced from ansys-dpf-core's releases.

v0.14.2

What's Changed

Enhancements

Bug fixes

CI/CD

Maintenance

New Contributors

Full Changelog: ansys/pydpf-core@v0.14.1...v0.14.2

Commits
  • 6e2c88d Bump to 0.14.2
  • 38a6d1b ci(doc): Switch to using the Any wheel for doc generation (#2685)
  • 213a765 Update generated code for DPF 261_daily on main (#2684)
  • f43d366 Update generated code for DPF 261_daily on main (#2681)
  • 6e568a4 ci: remove main/master sync (#2675)
  • 4d30713 doc(docstring): fix docstring example of LicenseContextManager (#2679)
  • 3ef3217 Update generated code for DPF 261_daily on main (#2680)
  • 1e59275 feat(operator doc): Set current folder as default output path of generate_ope...
  • 9dfab54 Update generated code for DPF 261_daily on main (#2677)
  • 7bc7a1a fix: fix Field.data for LegacyGrpcServer (#2668)
  • Additional commits viewable in compare view

Updates ansys-mechanical-core from 0.11.34 to 0.11.35

Release notes

Sourced from ansys-mechanical-core's releases.

v0.11.35

0.11.35 - October 30, 2025

Added

Fixed

... (truncated)

Commits

Updates matplotlib from 3.10.6 to 3.10.7

Release notes

Sourced from matplotlib's releases.

REL: v3.10.7

This is the latest bugfix release in the 3.10.x series.

The most important update in this release is that the minimum version of pyparsing has been updated to version 3.0.

Commits
  • 4aeb773 REL: v3.10.7
  • 080add3 Merge branch 'v3.10.6-doc' into v3.10.x
  • a604a8b Github Stats v3.10.7
  • f550261 Zenodo v3.10.6
  • 9a5e3e4 Merge pull request #30628 from meeseeksmachine/auto-backport-of-pr-30626-on-v...
  • eb8cb0c Backport PR #30626: MNT: Fix new F401 unused imports warnings
  • 8fadc71 Backport PR #29745: Use PEP8 style method and function names from (#30589)
  • 098876e Merge pull request #30614 from meeseeksmachine/auto-backport-of-pr-30612-on-v...
  • eb42d86 Backport PR #30612: MNT: update black pin
  • 4a9c187 Merge pull request #30572 from QuLogic/auto-backport-of-pr-30571-on-v3.10.x
  • Additional commits viewable in compare view

Updates ansys-sphinx-theme from 1.6.1 to 1.6.3

Release notes

Sourced from ansys-sphinx-theme's releases.

v1.6.3

1.6.3 (October 08, 2025)

Fixed

v1.6.2

1.6.2 (October 08, 2025)

Added

Fixed

Dependencies

... (truncated)

Commits

Updates ipykernel from 6.30.1 to 7.1.0

Release notes

Sourced from ipykernel's releases.

v7.1.0

7.1.0

IPykernel 7.1.0 fixes an issue where display outputs such as Matplotlib plots were not included when using %notebook magic to save sessions as .ipynb files (#1435). This is enabled using the traitlet ZMQDisplayPublisher.store_display_history which defaults to the previous behaviour of False. This is a minor release rather than a patch release due to the addition of the new traitlet.

Output from threads is restored to the pre-6.29 behavior by default (route to latest cell, unless get_ipython().set_parent() is called explicitly from the thread. If it is called, output from that thread will continue to be routed to the same cell). This behavior is now opt-in, instead of unconditional (#1451).

This release also fixes bugs that were introduced into the 7.x branch relating to Matplotlib plots in separate windows not being displayed correctly (#1458), kernels launched in new threads failing asserts (#1455), and ContextVars persisting between cells (#1462). There is also a fix for keyboard interrupts on Windows (#1434).

(Full Changelog)

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@​Carreau | @​Darshan808 | @​dfalbel | @​ianthomas23 | @​krassowski | @​lumberbot-app | @​minrk | @​ptosco

v7.0.1

7.0.1

IPykernel 7.0.1 is a bug fix release to support CPython 3.14.

(Full Changelog)

Bugs fixed

... (truncated)

Changelog

Sourced from ipykernel's changelog.

7.1.0

IPykernel 7.1.0 fixes an issue where display outputs such as Matplotlib plots were not included when using %notebook magic to save sessions as .ipynb files (#1435). This is enabled using the traitlet ZMQDisplayPublisher.store_display_history which defaults to the previous behaviour of False. This is a minor release rather than a patch release due to the addition of the new traitlet.

Output from threads is restored to the pre-6.29 behavior by default (route to latest cell, unless get_ipython().set_parent() is called explicitly from the thread. If it is called, output from that thread will continue to be routed to the same cell). This behavior is now opt-in, instead of unconditional (#1451).

This release also fixes bugs that were introduced into the 7.x branch relating to Matplotlib plots in separate windows not being displayed correctly (#1458), kernels launched in new threads failing asserts (#1455), and ContextVars persisting between cells (#1462). There is also a fix for keyboard interrupts on Windows (#1434).

(Full Changelog)

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@​Carreau | @​Darshan808 | @​dfalbel | @​ianthomas23 | @​krassowski | @​lumberbot-app | @​minrk | @​ptosco

7.0.1

IPykernel 7.0.1 is a bug fix release to support CPython 3.14.

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

... (truncated)

Commits
  • 39eaf96 Publish 7.1.0
  • 6f61a68 test that matplotlib event loop integration is responsive (#1463)
  • 8446e02 Fix KeyboardInterrupt on Windows by manually resetting interrupt event (#1434)
  • dd1e094 update pre-commit and related (#1465)
  • 95f2451 fix ContextVar persistence across cells (#1462)
  • c56a7aa Fix matplotlib eventloops (#1458)
  • c7af34c Refer to kernel laucnhing thread instead of assuming the main thread (#1455)
  • 7193d14 Fix routing of background thread output when no parent is set explicitly (#1451)
  • b8f5dfc Store display outputs in history for %notebook magic (#1435)
  • 93f11db update tests for 3.14 (#1453)
  • Additional commits viewable in compare view

Updates pytest-benchmark from 5.1.0 to 5.2.0

Changelog

Sourced from pytest-benchmark's changelog.

5.2.0 (2025-10-30)

  • Added support for a per-round teardown function to pedantic mode. Contributed Patrick Winter by [#264](https://github.com/ionelmc/pytest-benchmark/issues/264) <https://github.com/ionelmc/pytest-benchmark/pull/264>_.
  • Added --benchmark-time-unit option. Contributed by Tony Kuo in [#281](https://github.com/ionelmc/pytest-benchmark/issues/281) <https://github.com/ionelmc/pytest-benchmark/pull/281>_.
  • Fixed deprecated hook examples in docstrings. Contributed by Ali-Akber Saifee in [#284](https://github.com/ionelmc/pytest-benchmark/issues/284) <https://github.com/ionelmc/pytest-benchmark/pull/284>_.
  • Changed --benchmark-compare-fail to accept percentages higher than 100%. Contributed by Ben Avrahami in [#290](https://github.com/ionelmc/pytest-benchmark/issues/290) <https://github.com/ionelmc/pytest-benchmark/pull/280>_.
  • Added minimal typing support. Contributed by Sorin Sbarnea in [#290](https://github.com/ionelmc/pytest-benchmark/issues/290) <https://github.com/ionelmc/pytest-benchmark/pull/290>_.
  • Fixed support for Python 3.9. Contributed by Enno Gotthold in [#291](https://github.com/ionelmc/pytest-benchmark/issues/291) <https://github.com/ionelmc/pytest-benchmark/pull/291>_.
  • Replaced the complicated and broken code of pytest_benchmark.utils.clonefunc with a simple return of the input. That function was supposed to allow benchmarking with the cost of PyPy JIT included but it's a hassle to maintain.
  • Moved the instrumentation pause outside the round loops (in addition to tracing, profiling is paused too). Pedantic mode will keep doing this per round (as the user manually controls the round count). This is necessary because in some scenarios setting and unsetting the tracer too much will overflow an internal counter (found to cause "OverflowError: events set too many times" at least on Python 3.13).
Commits
  • 5a164ce Bump version: 5.1.0 → 5.2.0
  • abfb09b Reword the last 2 changes.
  • f8c081b Bump hooks and fix mypy complaint.
  • 604c2e7 Replace all the manual tracer unset/restore with a context manager, and move ...
  • 0e247fd Do not unset/set the tracer/profiler if there's no previous one.
  • 64ae56d Rename to match convention from cprofile mode.
  • 347d84d Also disable other profiler.
  • 6868792 Make cprofile mode disable tracers, just like regular bench mode. Should make...
  • 8e735b2 Nuke the now-broken clonefunc with a identity function. It's currently broken...
  • cecc6ef Fix some badges.
  • Additional commits viewable in compare view

Updates hypothesis from 6.139.2 to 6.144.0

Release notes

Sourced from hypothesis's releases.

Hypothesis for Python - version 6.144.0

This release adds support for "Fraction" objects as "min_value" and "max_value" bounds in "decimals()", if they can be exactly represented as decimals in the target precision (issue #4466).

Bounding "decimals()" with other values that cannot be exactly represented is now deprecated; previously the bounds could be off by one.

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

Hypothesis for Python - version 6.143.1

"from_type()" now correctly handles annotated-types annotations on "typing.TypedDict" fields which are also marked as being "ReadOnly", "Required", or "NotRequired" (issue #4474).

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

Hypothesis for Python - version 6.143.0

The extras for NumPy and pandas now support automatically inferring a strategy for "dtype="O"". Previously, Hypothesis required an explicit elements strategy to be passed, for example "nps.arrays("O", shape=(1,), elements=st.just(object()))". Now, Hypothesis automatically infers "elements=st.from_type(object)".

Thanks to Shaun Read for identifying and fixing this!

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

Hypothesis for Python - version 6.142.5

This patch fixes "binary_operation()" to include imports for "hypothesis.extra.numpy" strategies such as "arrays()", "scalar_dtypes()", and "array_shapes()" when ghostwriting tests for functions with numpy array parameters (issue #4576).

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

Hypothesis for Python - version 6.142.4

Improve the accuracy of test timing reports, by tracking the start time of each test case closer to when the test is executed.

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

Hypothesis for Python - version 6.142.3

Fix a recursion error when observability is enabled and a test generates an object with a recursive reference, like "a = []; a.append(a)".

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

... (truncated)

Commits
  • 96b633b Bump hypothesis-python version to 6.144.0 and update changelog
  • e9426a5 Merge pull request #4584 from Zac-HD/fractions-for-decimals
  • c80f4cc get ci passing
  • 19d874b type ignore
  • 41f24d3 format
  • 666d6a7 filter rewriting tests
  • 3e67087 1e999 -> math.inf, add comment
  • 3355aa2 free David from internals review
  • d890dbb require exact bounds for decimals
  • 8a8ef32 stop looking for more bugs after 10s
  • 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 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [pyvista](https://github.com/pyvista/pyvista) | `0.46.3` | `0.46.4` |
| [ansys-dpf-core](https://github.com/ansys/pydpf-core) | `0.14.1` | `0.14.2` |
| [ansys-mechanical-core](https://github.com/ansys/pymechanical) | `0.11.34` | `0.11.35` |
| [matplotlib](https://github.com/matplotlib/matplotlib) | `3.10.6` | `3.10.7` |
| [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) | `1.6.1` | `1.6.3` |
| [ipykernel](https://github.com/ipython/ipykernel) | `6.30.1` | `7.1.0` |
| [pytest-benchmark](https://github.com/ionelmc/pytest-benchmark) | `5.1.0` | `5.2.0` |
| [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.139.2` | `6.144.0` |



Updates `pyvista` from 0.46.3 to 0.46.4
- [Release notes](https://github.com/pyvista/pyvista/releases)
- [Commits](pyvista/pyvista@v0.46.3...v0.46.4)

Updates `ansys-dpf-core` from 0.14.1 to 0.14.2
- [Release notes](https://github.com/ansys/pydpf-core/releases)
- [Commits](ansys/pydpf-core@v0.14.1...v0.14.2)

Updates `ansys-mechanical-core` from 0.11.34 to 0.11.35
- [Release notes](https://github.com/ansys/pymechanical/releases)
- [Changelog](https://github.com/ansys/pymechanical/blob/main/CHANGELOG.md)
- [Commits](ansys/pymechanical@v0.11.34...v0.11.35)

Updates `matplotlib` from 3.10.6 to 3.10.7
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.10.6...v3.10.7)

Updates `ansys-sphinx-theme` from 1.6.1 to 1.6.3
- [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases)
- [Commits](ansys/ansys-sphinx-theme@v1.6.1...v1.6.3)

Updates `ipykernel` from 6.30.1 to 7.1.0
- [Release notes](https://github.com/ipython/ipykernel/releases)
- [Changelog](https://github.com/ipython/ipykernel/blob/main/CHANGELOG.md)
- [Commits](ipython/ipykernel@v6.30.1...v7.1.0)

Updates `pytest-benchmark` from 5.1.0 to 5.2.0
- [Changelog](https://github.com/ionelmc/pytest-benchmark/blob/master/CHANGELOG.rst)
- [Commits](ionelmc/pytest-benchmark@v5.1.0...v5.2.0)

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

---
updated-dependencies:
- dependency-name: pyvista
  dependency-version: 0.46.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ansys-dpf-core
  dependency-version: 0.14.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ansys-mechanical-core
  dependency-version: 0.11.35
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: matplotlib
  dependency-version: 3.10.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ansys-sphinx-theme
  dependency-version: 1.6.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ipykernel
  dependency-version: 7.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: pytest-benchmark
  dependency-version: 5.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: hypothesis
  dependency-version: 6.144.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 3, 2025
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 3, 2025
@codecov
Copy link

codecov bot commented Nov 3, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.97%. Comparing base (f127459) to head (0c8820f).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #912   +/-   ##
=======================================
  Coverage   94.97%   94.97%           
=======================================
  Files         110      110           
  Lines        5773     5773           
  Branches      296      296           
=======================================
  Hits         5483     5483           
  Misses        289      289           
  Partials        1        1           
Flag Coverage Δ
direct-launch 92.20% <ø> (ø)
minimum-deps 93.07% <ø> (ø)
python-3.10 94.16% <ø> (ø)
python-3.11 94.09% <ø> (ø)
python-3.12 94.09% <ø> (ø)
python-3.13 94.33% <ø> (ø)
server-2024R2SP5 90.49% <ø> (ø)
server-2025R1SP4 94.12% <ø> (ø)
server-2025R2SP2 94.09% <ø> (ø)
server-2026R1 94.09% <ø> (ø)
server-latest 94.73% <ø> (ø)

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.

1 participant