Skip to content

CHORE: Bump the doc group across 1 directory with 3 updates#1169

Merged
pyansys-ci-bot merged 2 commits into
mainfrom
dependabot/pip/doc-9eef074889
May 19, 2025
Merged

CHORE: Bump the doc group across 1 directory with 3 updates#1169
pyansys-ci-bot merged 2 commits into
mainfrom
dependabot/pip/doc-9eef074889

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 19, 2025

Copy link
Copy Markdown
Contributor

Bumps the doc group with 3 updates in the / directory: ansys-sphinx-theme[autoapi,changelog], matplotlib and numpy.

Updates ansys-sphinx-theme[autoapi,changelog] from 1.4.2 to 1.4.4

Release notes

Sourced from ansys-sphinx-theme[autoapi,changelog]'s releases.

v1.4.4

1.4.4 (May 08, 2025)

Added

Fixed

Documentation

Dependencies

... (truncated)

Commits
  • cb92288 chore: updating CHANGELOG for v1.4.4
  • f848b99 release: v1.4.4
  • ad9dc28 Merge remote-tracking branch 'origin/main' into release/1.4
  • 47add08 fix: block snowbalstemmer <3 for now (#686)
  • a6a1406 chore: updating CHANGELOG for v1.4.3
  • 8aa6b40 reelase: bump version 1.4.3
  • a869b26 release: bump version 1.4.3
  • 2a9f499 release: bump version 1.4.3
  • b01794a reelase: bump version 1.4.3
  • 52be158 feat: add metatag content (#680)
  • Additional commits viewable in compare view

Updates matplotlib from 3.10.1 to 3.10.3

Release notes

Sourced from matplotlib's releases.

REL: v3.10.3

This is the third bugfix release of the 3.10.x series

Commits
  • 8b82729 REL: v3.10.3
  • 71e6946 REL prep 3.10.3
  • 0ef15b6 Merge pull request #30018 from meeseeksmachine/auto-backport-of-pr-29907-on-v...
  • 3b50d5c Backport PR #29907: Ensure text metric calculation always uses the text cache
  • acb7361 Merge pull request #30010 from rcomer/auto-backport-of-pr-29992-on-v3.10.x
  • 0ef1165 Backport PR #29992 on v3.10.x: Update pinned oldest win image on azure
  • 0595366 Merge pull request #29867 from QuLogic/auto-backport-of-pr-29827-on-v3.10.x
  • 9f40c83 Merge pull request #30002 from meeseeksmachine/auto-backport-of-pr-29673-on-v...
  • 95c87f2 Backport PR #29673: DOC: document the issues with overlaying new mpl on old mpl
  • a64d453 Merge pull request #29999 from QuLogic/auto-backport-of-pr-29997-on-v3.10.x
  • Additional commits viewable in compare view

Updates numpy from 2.2.5 to 2.2.6

Release notes

Sourced from numpy's releases.

v2.2.6 (May 17, 2025)

NumPy 2.2.6 Release Notes

NumPy 2.2.6 is a patch release that fixes bugs found after the 2.2.5 release. It is a mix of typing fixes/improvements as well as the normal bug fixes and some CI maintenance.

This release supports Python versions 3.10-3.13.

Contributors

A total of 8 people contributed to this release. People with a "+" by their names contributed a patch for the first time.

  • Charles Harris
  • Ilhan Polat
  • Joren Hammudoglu
  • Marco Gorelli +
  • Matti Picus
  • Nathan Goldbaum
  • Peter Hawkins
  • Sayed Adel

Pull requests merged

A total of 11 pull requests were merged for this release.

  • #28778: MAINT: Prepare 2.2.x for further development
  • #28851: BLD: Update vendor-meson to fix module_feature conflicts arguments...
  • #28852: BUG: fix heap buffer overflow in np.strings.find
  • #28853: TYP: fix NDArray[floating] + float return type
  • #28864: BUG: fix stringdtype singleton thread safety
  • #28865: MAINT: use OpenBLAS 0.3.29
  • #28889: MAINT: from_dlpack thread safety fixes
  • #28913: TYP: Fix non-existent CanIndex annotation in ndarray.setfield
  • #28915: MAINT: Avoid dereferencing/strict aliasing warnings
  • #28916: BUG: Fix missing check for PyErr_Occurred() in _pyarray_correlate.
  • #28966: TYP: reject complex scalar types in ndarray.__ifloordiv__

Checksums

MD5

259343f056061f6eadb2f4b8999d06d4  numpy-2.2.6-cp310-cp310-macosx_10_9_x86_64.whl
16fa85488e149489ce7ee044d7b0d307  numpy-2.2.6-cp310-cp310-macosx_11_0_arm64.whl
f01b7aea9d2b76b1eeb49766e615d689  numpy-2.2.6-cp310-cp310-macosx_14_0_arm64.whl
f2ddc2b22517f6e31caa1372b12c2499  numpy-2.2.6-cp310-cp310-macosx_14_0_x86_64.whl
52190e22869884f0870eb3df7a283ca9  numpy-2.2.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
8f382b9ca6770db600edd5ea2447a925  numpy-2.2.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
e604aae2ef6e01fb92ecc39aca0424d9  numpy-2.2.6-cp310-cp310-musllinux_1_2_aarch64.whl

... (truncated)

Commits
  • 2b686f6 Merge pull request #28980 from charris/prepare-2.2.6
  • ed41828 REL: Prepare for the NumPy 2.2.6 release [wheel build]
  • 83e4e7f Merge pull request #28966 from charris/backport-28958
  • 248f0cb TYP: add rejection-tests for complex ndarray floordiv
  • 5bad9da TYP: reject complex scalar types in ndarray.__ifloordiv__
  • 6c42775 Merge pull request #28915 from charris/backport-28892
  • 4277e7c Merge pull request #28916 from charris/backport-28898
  • bd1c863 BUG: Fix missing check for PyErr_Occurred() in _pyarray_correlate. (#28898)
  • 87d1d8a MAINT: Avoid dereferencing/strict aliasing warnings during complex casts in `...
  • 9e50659 Merge pull request #28913 from charris/backport-28908
  • Additional commits viewable in compare view

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 doc group with 3 updates in the / directory: [ansys-sphinx-theme[autoapi,changelog]](https://github.com/ansys/ansys-sphinx-theme), [matplotlib](https://github.com/matplotlib/matplotlib) and [numpy](https://github.com/numpy/numpy).


Updates `ansys-sphinx-theme[autoapi,changelog]` from 1.4.2 to 1.4.4
- [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases)
- [Commits](ansys/ansys-sphinx-theme@v1.4.2...v1.4.4)

Updates `matplotlib` from 3.10.1 to 3.10.3
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.10.1...v3.10.3)

Updates `numpy` from 2.2.5 to 2.2.6
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v2.2.5...v2.2.6)

---
updated-dependencies:
- dependency-name: ansys-sphinx-theme[autoapi,changelog]
  dependency-version: 1.4.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: doc
- dependency-name: matplotlib
  dependency-version: 3.10.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: doc
- dependency-name: numpy
  dependency-version: 2.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: doc
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependabot Related to dependabot label May 19, 2025
@dependabot dependabot Bot requested a review from a team as a code owner May 19, 2025 19:45
@dependabot dependabot Bot added dependencies Related with project dependencies maintenance Package and maintenance related dependabot Related to dependabot labels May 19, 2025
@pyansys-ci-bot pyansys-ci-bot enabled auto-merge (squash) May 19, 2025 19:45
@github-actions github-actions Bot added the documentation Improvements or additions to documentation label May 19, 2025
@codacy-production

Copy link
Copy Markdown

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.00% (target: -1.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (29f17fc) 2537 2192 86.40%
Head commit (3bec70e) 2537 (+0) 2192 (+0) 86.40% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#1169) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

@codecov

codecov Bot commented May 19, 2025

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.40%. Comparing base (29f17fc) to head (3bec70e).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1169   +/-   ##
=======================================
  Coverage   86.40%   86.40%           
=======================================
  Files          39       39           
  Lines        2537     2537           
=======================================
  Hits         2192     2192           
  Misses        345      345           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@pyansys-ci-bot pyansys-ci-bot merged commit e1c5788 into main May 19, 2025
@pyansys-ci-bot pyansys-ci-bot deleted the dependabot/pip/doc-9eef074889 branch May 19, 2025 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependabot Related to dependabot dependencies Related with project dependencies documentation Improvements or additions to documentation maintenance Package and maintenance related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant