From b2e86ad7d10b0bd45f1429b2b22f0f0ba50a0cc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 22:20:02 +0000 Subject: [PATCH] Bump pandas from 1.5.1 to 1.5.2 Bumps [pandas](https://github.com/pandas-dev/pandas) from 1.5.1 to 1.5.2. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Changelog](https://github.com/pandas-dev/pandas/blob/main/RELEASE.md) - [Commits](https://github.com/pandas-dev/pandas/compare/v1.5.1...v1.5.2) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8b4d8174fae..7f270b31e4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ tests = [ "autopep8==2.0.0", "matplotlib==3.6.2", "scipy==1.9.3", - "pandas==1.5.1", + "pandas==1.5.2", "pytest==7.2.0", "pytest-cov==4.0.0", "pyvista==0.37.0", @@ -74,7 +74,7 @@ doc = [ "jupyterlab>=3.2.8", "matplotlib==3.6.2", "numpydoc==1.5.0", - "pandas==1.5.1", + "pandas==1.5.2", "plotly==5.11.0", "pypandoc==1.10", "pytest-sphinx==0.5.0",