From 881eb9fc1f2ab740038a94838a826c8ee4130458 Mon Sep 17 00:00:00 2001 From: PyAnsys CI Bot Date: Wed, 21 Dec 2022 11:47:34 -0700 Subject: [PATCH] Bump autopep8 and imageio Bumps [autopep8](https://github.com/hhatto/autopep8) and [imageio](https://github.com/imageio/imageio). These dependencies needed to be updated together. Updates `autopep8` from 2.0.0 to 2.0.1 - [Release notes](https://github.com/hhatto/autopep8/releases) - [Commits](https://github.com/hhatto/autopep8/compare/v2.0.0...v2.0.1) Updates `imageio` from 2.22.4 to 2.23.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.22.4...v2.23.0) --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e887fed656c..6c8bd9e1e5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ classifiers = [ [project.optional-dependencies] tests = [ "ansys-dpf-core==0.7.2", - "autopep8==2.0.0", + "autopep8==2.0.1", "matplotlib==3.6.2", "scipy==1.9.3", "pandas==1.5.2", @@ -69,7 +69,7 @@ doc = [ "ansys-sphinx-theme==0.8.0", "grpcio==1.43.0", "imageio-ffmpeg==0.4.7", - "imageio==2.22.4", + "imageio==2.23.0", "jupyter_sphinx==0.4.0", "jupyterlab>=3.2.8", "matplotlib==3.6.2",