Skip to content

Commit 95b9745

Browse files
Bump autopep8 and imageio (#2278)
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.2 to 2.0.4 - [Release notes](https://github.com/hhatto/autopep8/releases) - [Commits](hhatto/autopep8@v2.0.2...v2.0.4) Updates `imageio` from 2.31.1 to 2.31.2 - [Release notes](https://github.com/imageio/imageio/releases) - [Changelog](https://github.com/imageio/imageio/blob/master/CHANGELOG.md) - [Commits](imageio/imageio@v2.31.1...v2.31.2) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Camille <[email protected]>
1 parent 17106b7 commit 95b9745

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ classifiers = [
5757
[project.optional-dependencies]
5858
tests = [
5959
"ansys-dpf-core==0.9.0",
60-
"autopep8==2.0.2",
60+
"autopep8==2.0.4",
6161
"matplotlib==3.7.2",
6262
"scipy==1.10.1; python_version < '3.9'", # to support python 3.8
6363
"scipy==1.11.2; python_version > '3.8'",
@@ -77,7 +77,7 @@ doc = [
7777
"ansys-sphinx-theme==0.10.4",
7878
"grpcio==1.51.1",
7979
"imageio-ffmpeg==0.4.8",
80-
"imageio==2.31.1",
80+
"imageio==2.31.2",
8181
"jupyter_sphinx==0.4.0",
8282
"jupyterlab>=3.2.8",
8383
"matplotlib==3.7.2",

0 commit comments

Comments
 (0)