ansys / pymapdl

Pythonic interface to MAPDL
https://mapdl.docs.pyansys.com
MIT License
419 stars 116 forks source link

build: bump the documentation group with 2 updates #3214

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 1 week ago

Bumps the documentation group with 2 updates: imageio and sphinx-reredirects.

Updates imageio from 2.34.1 to 2.34.2

Release notes

Sourced from imageio's releases.

v2.34.2

Fix

Other

  • Update actions/checkout and actions/setup-python (#1085) (a4f4c05)
  • Start testing pypy-3.10 and update pypy test runners (#1082) (ac86393)
  • Fix duration description in pillow legacy (#1080) (cdf86ef)
Changelog

Sourced from imageio's changelog.

v2.34.2 (2024-06-24)

Fix

Other

  • Update actions/checkout and actions/setup-python (#1085) (a4f4c05)
  • Start testing pypy-3.10 and update pypy test runners (#1082) (ac86393)
  • Fix duration description in pillow legacy (#1080) (cdf86ef)
Commits
  • f691976 REL: Release imageio v2.34.2
  • 9d954b1 BUG: add support for numpy 2.0 (#1089)
  • e418a2d Fix SeekableFileObject does not have readline when loading HTTP file (#1084)
  • a4f4c05 DEV: Update actions/checkout and actions/setup-python (#1085)
  • 8427769 TEST: remove tests for pypy38 (#1087)
  • 4c5caea TEST: Reuse cached test images w/ -m "not needs_internet" (#1081)
  • 98fc56d TEST: Fix CI failures for CPython (#1083)
  • ac86393 MAINT: start testing pypy-3.10 and update pypy test runners (#1082)
  • cdf86ef DOC: fix duration description in pillow legacy (#1080)
  • See full diff in compare view


Updates sphinx-reredirects from 0.1.3 to 0.1.4

Commits
  • e2a4ace release 0.1.4
  • f71bca3 chore: update pytest version
  • 4810363 fix: EncodingWarning: 'encoding' argument not specified
  • e6a0b53 ref: format with ruff
  • 4a27152 chore: replace black/flake8 with ruff
  • dc63c3e chore: fix logo image url in readme
  • 0cf04f0 docs: fix CI status badge
  • ed67242 chore: test with github actions
  • 8bf9cdf chore: add cookie bar, statcounter and iamup
  • See full diff 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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 84.21%. Comparing base (7c1eb1e) to head (4fa5237). Report is 22 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #3214 +/- ## ========================================== - Coverage 86.63% 84.21% -2.43% ========================================== Files 52 53 +1 Lines 9550 9625 +75 ========================================== - Hits 8274 8106 -168 - Misses 1276 1519 +243 ```