Skip to content

CHORE: Bump the doc group with 2 updates - #1111

Merged
pyansys-ci-bot merged 2 commits into
mainfrom
dependabot/pip/doc-f08283d617
Mar 3, 2025
Merged

CHORE: Bump the doc group with 2 updates#1111
pyansys-ci-bot merged 2 commits into
mainfrom
dependabot/pip/doc-f08283d617

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 3, 2025

Copy link
Copy Markdown
Contributor

Bumps the doc group with 2 updates: sphinx and matplotlib.

Updates sphinx from 8.2.1 to 8.2.3

Release notes

Sourced from sphinx's releases.

Sphinx 8.2.3

Changelog: https://www.sphinx-doc.org/en/master/changes/8.2.html

Sphinx 8.2.2

Changelog: https://www.sphinx-doc.org/en/master/changes/8.2.html

Commits
  • 847ad0c Bump to 8.2.3 final
  • 4091fe3 Add CHANGES for Sphinx 8.2.3
  • c84c21f Correct the date for Sphinx 8.2.2
  • b3881bb Fix _CurrentDocument membership testing with '{c,cpp}:parent_symbol'
  • 92b5303 Define _StrPath.__radd__()
  • 5739a9d Bump version
  • ee96ef3 Bump to 8.2.2 final
  • 3e0021c Move Sphinx 8.2.2 CHANGES to doc/changes
  • 1a62f31 Fix apidoc extension not setting default header/package name (#13391)
  • 13d2899 Replace None filename with '' in Sphinx.add_js_file() (#13402)
  • Additional commits viewable in compare view

Updates matplotlib from 3.10.0 to 3.10.1

Release notes

Sourced from matplotlib's releases.

REL: v3.10.1

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

This release contains several bug-fixes and adjustments:

  • Respect array alpha with interpolation_stage='rgba' in _Imagebase::_make_image
  • Remove md5 usage to prevent issues on FIPS enabled systems
  • Fix pyplot.matshow figure handling
  • Fix modifying Axes' position also alters the original Bbox object used for initialization
  • Fix title position for polar plots
  • Add version gate to GTK4 calls when necessary
  • Raise warning if both c and facecolors are used in scatter plot

As well as several documentation improvements and corrections.

Commits
  • 6fc8169 REL 3.10.1
  • 33361fb Release notes v3.10.1
  • 2495bbc Fix toctrees for 3.10 release notes
  • 526785e Github stats v3.10.1
  • d23b173 Merge v3.10.0-doc into v3.10.x
  • 9fe0dad Merge pull request #29682 from meeseeksmachine/auto-backport-of-pr-29680-on-v...
  • d3cf53d Merge pull request #29683 from meeseeksmachine/auto-backport-of-pr-29670-on-v...
  • 2944994 Backport PR #29670: DOC: change marginal scatter plot to subplot_mosaic
  • b4f94a4 Backport PR #29680: DOC: fix the bug of examples\event_handling
  • 4f3d478 Merge pull request #29676 from meeseeksmachine/auto-backport-of-pr-29666-on-v...
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
sphinx [>= 7.0.a, < 7.1]

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

@dependabot
dependabot Bot requested a review from a team as a code owner March 3, 2025 19:56
@dependabot dependabot Bot added dependabot Related to dependabot dependencies Related with project dependencies maintenance Package and maintenance related labels Mar 3, 2025
@pyansys-ci-bot
pyansys-ci-bot enabled auto-merge (squash) March 3, 2025 19:56
@github-actions github-actions Bot added the documentation Improvements or additions to documentation label Mar 3, 2025
Bumps the doc group with 2 updates: [sphinx](https://github.com/sphinx-doc/sphinx) and [matplotlib](https://github.com/matplotlib/matplotlib).


Updates `sphinx` from 8.2.1 to 8.2.3
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst)
- [Commits](sphinx-doc/sphinx@v8.2.1...v8.2.3)

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

---
updated-dependencies:
- dependency-name: sphinx
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: doc
- dependency-name: matplotlib
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: doc
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/pip/doc-f08283d617 branch from 136326c to a828811 Compare March 3, 2025 21:13
@pyansys-ci-bot
pyansys-ci-bot merged commit 884c976 into main Mar 3, 2025
@pyansys-ci-bot
pyansys-ci-bot deleted the dependabot/pip/doc-f08283d617 branch March 3, 2025 21:25
@codacy-production

Copy link
Copy Markdown

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
Report missing for c1b9a411
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (c1b9a41) Report Missing Report Missing Report Missing
Head commit (41a87eb) 2501 2167 86.65%

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 (#1111) 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

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

Footnotes

  1. Codacy didn't receive coverage data for the commit, or there was an error processing the received data. Check your integration for errors and validate that your coverage setup is correct.

@codecov

codecov Bot commented Mar 3, 2025

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.64%. Comparing base (d3275ef) to head (41a87eb).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1111   +/-   ##
=======================================
  Coverage   86.64%   86.64%           
=======================================
  Files          39       39           
  Lines        2501     2501           
=======================================
  Hits         2167     2167           
  Misses        334      334           

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