Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ansys-mapdl-reader, matplotlib, pytest, pytest-rerunfailures, imageio-ffmpeg, imageio, plotly and sphinx-autodoc-typehints #1770

Conversation

pyansys-ci-bot
Copy link
Collaborator

Bumps ansys-mapdl-reader, matplotlib, pytest, pytest-rerunfailures, imageio-ffmpeg, imageio, plotly and sphinx-autodoc-typehints. These dependencies needed to be updated together.
Updates ansys-mapdl-reader from 0.52.6 to 0.52.7

Commits

Updates matplotlib from 3.6.2 to 3.6.3

Release notes

Sourced from matplotlib's releases.

REL: v3.6.3

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

This release contains several bug-fixes and adjustments:

  • Fix Artist removal from axes_grid1 Axes classes
  • Fix inset_locator in subfigures
  • Fix scatter on masked arrays with units
  • Fix colorbar ticks with log norm contours
  • Fix deprecation warnings in GTK4 backend
  • Fix using relative paths in HTMLWriter
  • Improve failure message from rcParams string validation for tuple inputs
  • Improve performance of QtAgg backends
  • No longer modify pil_kwargs argument to imsave and savefig
Commits
  • c23ccdd REL: v3.6.3
  • abcbf3d DOC: Update switcher versions
  • e450128 DOC: Update GitHub stats for 3.6.3
  • 86abc59 Merge branch 'v3.6.2-doc' into v3.6.x
  • 4f30cf4 Merge pull request #24939 from meeseeksmachine/auto-backport-of-pr-23390-on-v...
  • c8e25ef Merge pull request #24936 from meeseeksmachine/auto-backport-of-pr-24927-on-v...
  • 88a1537 Backport PR #23390: FIX: colorbar contour with log norm should default to log...
  • 5348ee2 Backport PR #24927: DOC: Remove space after directive name, before double-colon
  • 65044a2 Merge pull request #24932 from dstansby/auto-backport-of-pr-24783-on-v3.6.x
  • 5e2bf2c Backport PR #24783: inset locator fix with tests added
  • Additional commits viewable in compare view

Updates pytest from 7.2.0 to 7.2.1

Release notes

Sourced from pytest's releases.

7.2.1

pytest 7.2.1 (2023-01-13)

Bug Fixes

  • #10452: Fix 'importlib.abc.TraversableResources' deprecation warning in Python 3.12.
  • #10457: If a test is skipped from inside a fixture, the test summary now shows the test location instead of the fixture location.
  • #10506: Fix bug where sometimes pytest would use the file system root directory as rootdir <rootdir>{.interpreted-text role="ref"} on Windows.
  • #10607: Fix a race condition when creating junitxml reports, which could occur when multiple instances of pytest execute in parallel.
  • #10641: Fix a race condition when creating or updating the stepwise plugin's cache, which could occur when multiple xdist worker nodes try to simultaneously update the stepwise plugin's cache.
Commits
  • 1ae778f Prepare release version 7.2.1
  • cb07711 Merge pull request #10656 from pytest-dev/backport-10641-to-7.2.x
  • 9440702 Merge pull request #10657 from pytest-dev/backport-10640-to-7.2.x
  • e8055c1 [7.2.x] Fix regen tox environment
  • f22fbbf [7.2.x] Dont update cache from xdist worker
  • 211d08e Merge pull request #10638 from pytest-dev/backport-10607-to-7.2.x
  • a6f85a0 [7.2.x] Mitigate directory creation race condition
  • 08d0dd0 Merge pull request #10637 from pytest-dev/backport-10632-to-7.2.x
  • 405fd15 [7.2.x] Fix tests pygments 2.14.0
  • c16315f Merge pull request #10586 from nicoddemus/backport-10578
  • Additional commits viewable in compare view

Updates pytest-rerunfailures from 10.3 to 11.0

Changelog

Sourced from pytest-rerunfailures's changelog.

11.0 (unreleased)

Breaking changes ++++++++++++++++

  • Drop support for Python 3.6.

  • Drop support for pytest < 6.

Bug fixes +++++++++

  • Fix crash when pytest-xdist is installed but disabled. (Thanks to @mgorny <https://github.com/mgorny>_ for the PR.)

  • Fix crash when xfail(strict=True) mark is used with --rerun-only flag.

Features ++++++++

  • Added option --rerun-except to rerun failed tests those are other than the mentioned Error.

  • Add support for Python 3.11.

  • Add support for pytest 7.0, 7.1, 7.2.

10.2 (2021-09-17)

Features ++++++++

  • Allow recovery from crashed tests with pytest-xdist.
  • Add support for Python 3.10 (as of Python 3.10.rc2). (Thanks to @hugovk <https://github.com/hugovk>_ for the PR.)

10.1 (2021-07-02)

Features ++++++++

  • Allows using a str as condition for @pytest.mark.flaky(condition) which gets evaluated dynamically similarly to @pytest.mark.skipif(condition). ([#162](https://github.com/pytest-dev/pytest-rerunfailures/issues/162) <https://github.com/pytest-dev/pytest-rerunfailures/pull/162>_

... (truncated)

Commits

Updates imageio-ffmpeg from 0.4.7 to 0.4.8

Commits

Updates imageio from 2.23.0 to 2.24.0

Release notes

Sourced from imageio's releases.

v2.24.0

Feature

Other

Changelog

Sourced from imageio's changelog.

v2.24.0 (2023-01-09)

Feature

Other

Commits

Updates plotly from 5.11.0 to 5.12.0

Release notes

Sourced from plotly's releases.

v5.12.0

Updated

  • Support for ipywidgets 8 [#3930]
  • Updated Plotly.js to from version 2.16.1 to version 2.17.1. See the plotly.js CHANGELOG for more information. Notable changes include:
    • Add shift and autoshift to cartesian y axes to help avoid overlapping of multiple axes [#6334], with thanks to Gamma Technologies for sponsoring the related development!
    • Introduce group attributes for scatter trace i.e. alignmentgroup, offsetgroup, scattermode and scattergap [#6381], this feature was anonymously sponsored: thank you to our sponsor!
    • Add marker.cornerradius attribute to treemap trace [#6351]

Fixed

  • Fixed the usage of some deprecated NumPy types which were removed in NumPy 1.24 [#3997]
  • Fixed bug for trendlines with datetime axes [#3683]
  • marker.angle attribute now accepts iterables where appropriate [#4013]
  • selector=0 now correctly returns the first trace in .select_traces() and related methods [#3817]
Changelog

Sourced from plotly's changelog.

[5.12.0] - 2023-01-12

Updated

  • Support for ipywidgets 8 [#3930]
  • Updated Plotly.js to from version 2.16.1 to version 2.17.1. See the plotly.js CHANGELOG for more information. Notable changes include:
    • Add shift and autoshift to cartesian y axes to help avoid overlapping of multiple axes [#6334], with thanks to Gamma Technologies for sponsoring the related development!
    • Introduce group attributes for scatter trace i.e. alignmentgroup, offsetgroup, scattermode and scattergap [#6381], this feature was anonymously sponsored: thank you to our sponsor!
    • Add marker.cornerradius attribute to treemap trace [#6351]

Fixed

  • Fixed the usage of some deprecated NumPy types which were removed in NumPy 1.24 [#3997]
  • Fixed bug for trendlines with datetime axes [#3683]
  • marker.angle attribute now accepts iterables where appropriate [#4013]
  • selector=0 now correctly returns the first trace in .select_traces() and related methods [#3817]
Commits

Updates sphinx-autodoc-typehints from 1.20.1 to 1.20.2

Release notes

Sourced from sphinx-autodoc-typehints's releases.

1.20.2

What's Changed

New Contributors

Full Changelog: tox-dev/sphinx-autodoc-typehints@1.20.1...1.20.2

Changelog

Sourced from sphinx-autodoc-typehints's changelog.

1.20.2

  • Fix Optional role to be data.
Commits

…ageio-ffmpeg, imageio, plotly and sphinx-autodoc-typehints

Bumps [ansys-mapdl-reader](https://github.com/pyansys/pymapdl-reader), [matplotlib](https://github.com/matplotlib/matplotlib), [pytest](https://github.com/pytest-dev/pytest), [pytest-rerunfailures](https://github.com/pytest-dev/pytest-rerunfailures), [imageio-ffmpeg](https://github.com/imageio/imageio-ffmpeg), [imageio](https://github.com/imageio/imageio), [plotly](https://github.com/plotly/plotly.py) and [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints). These dependencies needed to be updated together.

Updates `ansys-mapdl-reader` from 0.52.6 to 0.52.7
- [Release notes](https://github.com/pyansys/pymapdl-reader/releases)
- [Commits](ansys/pymapdl-reader@v0.52.6...v0.52.7)

Updates `matplotlib` from 3.6.2 to 3.6.3
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.6.2...v3.6.3)

Updates `pytest` from 7.2.0 to 7.2.1
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@7.2.0...7.2.1)

Updates `pytest-rerunfailures` from 10.3 to 11.0
- [Release notes](https://github.com/pytest-dev/pytest-rerunfailures/releases)
- [Changelog](https://github.com/pytest-dev/pytest-rerunfailures/blob/master/CHANGES.rst)
- [Commits](pytest-dev/pytest-rerunfailures@10.3...11.0)

Updates `imageio-ffmpeg` from 0.4.7 to 0.4.8
- [Release notes](https://github.com/imageio/imageio-ffmpeg/releases)
- [Commits](imageio/imageio-ffmpeg@v0.4.7...v0.4.8)

Updates `imageio` from 2.23.0 to 2.24.0
- [Release notes](https://github.com/imageio/imageio/releases)
- [Changelog](https://github.com/imageio/imageio/blob/master/CHANGELOG.md)
- [Commits](imageio/imageio@v2.23.0...v2.24.0)

Updates `plotly` from 5.11.0 to 5.12.0
- [Release notes](https://github.com/plotly/plotly.py/releases)
- [Changelog](https://github.com/plotly/plotly.py/blob/master/CHANGELOG.md)
- [Commits](plotly/plotly.py@v5.11.0...v5.12.0)

Updates `sphinx-autodoc-typehints` from 1.20.1 to 1.20.2
- [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases)
- [Changelog](https://github.com/tox-dev/sphinx-autodoc-typehints/blob/main/CHANGELOG.md)
- [Commits](tox-dev/sphinx-autodoc-typehints@1.20.1...1.20.2)
@github-actions github-actions bot added the Maintenance General maintenance of the repo (libraries, cicd, etc) label Jan 15, 2023
@github-actions
Copy link
Contributor

Please add one of the following labels to add this contribution to the Release Notes 👇

@codecov
Copy link

codecov bot commented Jan 15, 2023

Codecov Report

Merging #1770 (44a6e6f) into main (d95681f) will increase coverage by 81.64%.
The diff coverage is n/a.

@@            Coverage Diff            @@
##           main    #1770       +/-   ##
=========================================
+ Coverage      0   81.64%   +81.64%     
=========================================
  Files         0       45       +45     
  Lines         0     7743     +7743     
=========================================
+ Hits          0     6322     +6322     
- Misses        0     1421     +1421     

@germa89 germa89 merged commit 9b89b0e into main Jan 16, 2023
@germa89 germa89 deleted the dependabot/pip/main/ansys-mapdl-reader-and-matplotlib-and-pytest-and-pytest-rerunfailures-and-imageio-ffmpeg-and-imageio-and-plotly-and-sphinx-autodoc-typehints-0.52.7 branch January 16, 2023 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependencies Maintenance General maintenance of the repo (libraries, cicd, etc)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants