Skip to content

Commit 49d336b

Browse files
BUILD: Update imageio requirement from <2.35,>=2.30.0 to >=2.30.0,<2.36 (#728)
Updates the requirements on [imageio](https://github.com/imageio/imageio) to permit the latest version. - [Release notes](https://github.com/imageio/imageio/releases) - [Changelog](https://github.com/imageio/imageio/blob/master/CHANGELOG.md) - [Commits](imageio/imageio@v2.30.0...v2.35.1) --- updated-dependencies: - dependency-name: imageio dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sébastien Morais <[email protected]>
1 parent 9ee112d commit 49d336b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ tests = [
4848
]
4949
doc = [
5050
"ansys-sphinx-theme>=0.10.0,<1.1",
51-
"imageio>=2.30.0,<2.35",
51+
"imageio>=2.30.0,<2.36",
5252
"ipython>=8.13.0,<8.27",
5353
"jupyterlab>=4.0.0,<4.3",
5454
"jupytext>=1.16.0,<1.17",

0 commit comments

Comments
 (0)