Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the dependencies group with 4 updates: h5py, pyfakefs, matplotlib and ansys-sphinx-theme.

Updates h5py from 3.14.0 to 3.15.1

Release notes

Sourced from h5py's releases.

3.15.1

No release notes provided.

3.15.0

See https://docs.h5py.org/en/latest/whatsnew/3.15.html for release notes

Commits
  • fad034c Merge pull request #2727 from takluyver/prepare-3.15.1
  • 435015d Version number -> 3.15.1
  • 3cf3343 Add release note for 3.15.1
  • c4d3394 Merge pull request #2725 from crusaderky/test_lowlevel_vds
  • a0a707f Merge pull request #2722 from neutrinoceros/whl/fix-hdf5-macosx-deployment-ta...
  • b30f4fa WHL: build HDF5 with backward compatible system APIs on macOS
  • eff7fa8 TST: File hygiene in test_lowlevel_vds
  • dffdd1a Merge pull request #2723 from takluyver/ci/gh-release-non-draft
  • 9f67594 Merge pull request #2724 from h5py/dependabot/github_actions/actions-e74af9633e
  • 0e82857 Build(deps): Bump softprops/action-gh-release in the actions group
  • Additional commits viewable in compare view

Updates pyfakefs from 5.9.3 to 5.10.1

Release notes

Sourced from pyfakefs's releases.

pyfakefs release version 5.10.1

Bug fix release. Fixes a regression introduced in version 5.9.0 related to shutil.copytree.

pyfakefs release version 5.10.0

  • adds official support for Python 3.14
  • last minor release before 6.0, which will support Python >= 3.10
Changelog

Sourced from pyfakefs's changelog.

Version 5.10.1 (2025-10-27)

Fixes a regression introduced in version 5.9.0.

Fixes

  • fixed a deadlock in shutil.copytree if copying using an shutil function as copy_function argument (see #1235)

Version 5.10.0 (2025-10-11)

Adds official support for Python 3.14. Last minor version before the 6.0 release.

Changes

  • the errno codes set in OSError have changed for some specific error conditions in Windows 11/Windows Server 2025; pyfakefs now matches this behavior instead of the previous behavior under Windows 10
  • added official support for Python 3.14

Enhancements

  • added support for os.readinto in Python 3.14
  • added support for pathlib.copy and pathlib.copy_into in Python 3.14

Fixes

  • fixes patching of Debian-specific tempfile in Python 3.13 (see #1214)
Commits
  • 3c3b0b3 Release 5.10.1
  • a13bd92 Fix deadlock in shutil.copytree
  • 52fae28 Release 5.10.0
  • 2e32b76 Add official support for Python 3.14
  • 1249ae6 Add support for Python 3.14 pathlib copy methods
  • 0ee3516 [pre-commit.ci] pre-commit autoupdate
  • dddb653 Update pandas from 2.3.2 to 2.3.3
  • 21dd1c3 [pre-commit.ci] pre-commit autoupdate
  • 5776d3e [pre-commit.ci] pre-commit autoupdate
  • 3dd62f0 [pre-commit.ci] pre-commit autoupdate
  • 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

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 4 updates: [h5py](https://github.com/h5py/h5py), [pyfakefs](https://github.com/pytest-dev/pyfakefs), [matplotlib](https://github.com/matplotlib/matplotlib) and [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme).


Updates `h5py` from 3.14.0 to 3.15.1
- [Release notes](https://github.com/h5py/h5py/releases)
- [Changelog](https://github.com/h5py/h5py/blob/master/docs/release_guide.rst)
- [Commits](h5py/h5py@3.14.0...3.15.1)

Updates `pyfakefs` from 5.9.3 to 5.10.1
- [Release notes](https://github.com/pytest-dev/pyfakefs/releases)
- [Changelog](https://github.com/pytest-dev/pyfakefs/blob/main/CHANGES.md)
- [Commits](pytest-dev/pyfakefs@v5.9.3...v5.10.1)

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)

---
updated-dependencies:
- dependency-name: h5py
  dependency-version: 3.15.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pyfakefs
  dependency-version: 5.10.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: matplotlib
  dependency-version: 3.10.7
  dependency-type: direct:development
  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
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Related to dependencies maintenance General maintenance of the repo (libraries, cicd, etc) labels Nov 1, 2025
@dependabot dependabot bot added the dependencies Related to dependencies label Nov 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Related to dependencies maintenance General maintenance of the repo (libraries, cicd, etc)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants