Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 20, 2025

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

Package From To
ansys-dpf-core 0.14.1 0.14.2
matplotlib 3.10.6 3.10.7
ansys-sphinx-theme 1.6.1 1.6.3
ipykernel 6.30.1 7.0.1
hypothesis 6.139.2 6.142.1

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 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.0.1

Release notes

Sourced from ipykernel's releases.

v7.0.1

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

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@​bollwyvl | @​Carreau | @​cclauss | @​ianthomas23

v7.0.0

7.0.0

IPykernel 7.0.0 is a major release containing experimental support for kernel subshells.

If not using subshells it is intended to be backward compatible with the 6.x branch, but there are some architectural changes which may break assumptions made in downstream libraries and hence this is identified as a major releases as it is potentially backwards incompatible. If you experience problems then please report them, and you can pin ipykernel < 7 if necessary.

For further information and to report problems please see ipykernel 7.0.0 release with subshells (issue 1438).

(Full Changelog)

Enhancements made

Bugs fixed

... (truncated)

Changelog

Sourced from ipykernel's changelog.

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

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@​bollwyvl | @​Carreau | @​cclauss | @​ianthomas23

7.0.0

IPykernel 7.0.0 is a major release containing experimental support for kernel subshells.

If not using subshells it is intended to be backward compatible with the 6.x branch, but there are some architectural changes which may break assumptions made in downstream libraries and hence this is identified as a major releases as it is potentially backwards incompatible. If you experience problems then please report them, and you can pin ipykernel < 7 if necessary.

For further information and to report problems please see ipykernel 7.0.0 release with subshells (issue 1438).

(Full Changelog)

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

... (truncated)

Commits

Updates hypothesis from 6.139.2 to 6.142.1

Release notes

Sourced from hypothesis's releases.

Hypothesis for Python - version 6.142.1

Simplify some internal typing logic after dropping Python 3.9.

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

Hypothesis for Python - version 6.142.0

This release drops support for Python 3.9, which reached end of life in October 2025.

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

Hypothesis for Python - version 6.141.1

Fixes an error when using the Ghostwriter with annotations that include "typing.ForwardRef" on Python 3.14 (issue #4565).

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

Hypothesis for Python - version 6.141.0

The "from_field()" and "from_form()" strategies from our Django extra now support "FileField".

Thanks to Arjoonn Sharma for this fix!

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

Hypothesis for Python - version 6.140.4

Clean up internal "@​overload" type annotations.

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

Hypothesis for Python - version 6.140.3

Fixes our bundled "run_conformance_test()" not respecting "avoid_realization".

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

Hypothesis for Python - version 6.140.2

The automatic switch to the CI "settings profile" now works under tox (for "tox >= 4.30.0").

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

Hypothesis for Python - version 6.140.1

This patch re-enables the warning for incompatible "shared()" strategies that was first enabled in v6.133.0 but disabled in v6.135.15.

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

Hypothesis for Python - version 6.140.0

... (truncated)

Commits

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 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [ansys-dpf-core](https://github.com/ansys/pydpf-core) | `0.14.1` | `0.14.2` |
| [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.0.1` |
| [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.139.2` | `6.142.1` |



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 `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.0.1
- [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.0.1)

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

---
updated-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: 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.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: hypothesis
  dependency-version: 6.142.1
  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 Oct 20, 2025
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 20, 2025
@codecov
Copy link

codecov bot commented Oct 20, 2025

Codecov Report

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

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