From 44a6e6fef29afbaee6158530c8baf5d771df4d87 Mon Sep 17 00:00:00 2001 From: PyAnsys CI Bot Date: Sat, 14 Jan 2023 17:22:27 -0700 Subject: [PATCH] Bump ansys-mapdl-reader, matplotlib, pytest, pytest-rerunfailures, imageio-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](https://github.com/pyansys/pymapdl-reader/compare/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](https://github.com/matplotlib/matplotlib/compare/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](https://github.com/pytest-dev/pytest/compare/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](https://github.com/pytest-dev/pytest-rerunfailures/compare/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](https://github.com/imageio/imageio-ffmpeg/compare/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](https://github.com/imageio/imageio/compare/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](https://github.com/plotly/plotly.py/compare/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](https://github.com/tox-dev/sphinx-autodoc-typehints/compare/1.20.1...1.20.2) --- pyproject.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4a93f796491..84400591a97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,36 +52,36 @@ classifiers = [ tests = [ "ansys-dpf-core==0.7.2", "autopep8==2.0.1", - "matplotlib==3.6.2", + "matplotlib==3.6.3", "scipy==1.10.0", "pandas==1.5.2", - "pytest==7.2.0", + "pytest==7.2.1", "pytest-cov==4.0.0", "pyvista==0.37.0", "pyansys-tools-report==0.5.0", "vtk==9.2.5", - "pytest-rerunfailures==10.3", + "pytest-rerunfailures==11.0", ] doc = [ "Sphinx==5.3.0", "ansys-dpf-core==0.7.2", - "ansys-mapdl-reader==0.52.6", + "ansys-mapdl-reader==0.52.7", "ansys-sphinx-theme==0.8.0", "grpcio==1.43.0", - "imageio-ffmpeg==0.4.7", - "imageio==2.23.0", + "imageio-ffmpeg==0.4.8", + "imageio==2.24.0", "jupyter_sphinx==0.4.0", "jupyterlab>=3.2.8", - "matplotlib==3.6.2", + "matplotlib==3.6.3", "numpydoc==1.5.0", "pandas==1.5.2", - "plotly==5.11.0", + "plotly==5.12.0", "pypandoc==1.10", "pytest-sphinx==0.5.0", "pythreejs==2.4.1", "pyvista==0.37.0", "sphinx-autobuild==2021.3.14", - "sphinx-autodoc-typehints==1.20.1", + "sphinx-autodoc-typehints==1.20.2", "sphinx-copybutton==0.5.1", "sphinx-gallery==0.11.1", "sphinx-notfound-page==0.8.3",