From 3b891a091bafe26eaa09156c016a285d2a9eb99a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 09:36:45 +0200 Subject: [PATCH 1/2] Bump imageio from 2.31.5 to 2.31.6 (#2457) Bumps [imageio](https://github.com/imageio/imageio) from 2.31.5 to 2.31.6. - [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.31.5...v2.31.6) --- updated-dependencies: - dependency-name: imageio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 24e308c33d..d6794f767c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,7 @@ doc = [ "ansys-sphinx-theme==0.12.3", "grpcio==1.51.1", "imageio-ffmpeg==0.4.9", - "imageio==2.31.5", + "imageio==2.31.6", "jupyter_sphinx==0.4.0", "jupyterlab>=3.2.8", "matplotlib==3.8.0", From 2c9bad9b018086ed6ef8b414b71bf5d3bcebef27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 09:37:14 +0200 Subject: [PATCH 2/2] Bump pandas from 2.1.1 to 2.1.2 (#2455) Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.1.1...v2.1.2) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d6794f767c..67ffd7c619 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ tests = [ "matplotlib==3.8.0", "scipy==1.10.1; python_version < '3.9'", # to support python 3.8 "scipy==1.11.3; python_version > '3.8'", - "pandas==2.1.1", + "pandas==2.1.2", "pyiges[full]==0.3.1", "pytest==7.4.2", "pytest-cov==4.1.0", @@ -83,7 +83,7 @@ doc = [ "jupyterlab>=3.2.8", "matplotlib==3.8.0", "numpydoc==1.6.0", - "pandas==2.1.1", + "pandas==2.1.2", "plotly==5.17.0", "pyiges[full]==0.3.1", "pypandoc==1.12",