From 0fa4ee26ccc7b5d2d21d8b85d17964b66183d6f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Nov 2023 00:07:35 +0000 Subject: [PATCH] Bump pandas from 2.1.2 to 2.1.3 Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.1.2 to 2.1.3. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.1.2...v2.1.3) --- 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 54a128774e4..b6db5f6ad26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ tests = [ "matplotlib==3.8.1", "scipy==1.10.1; python_version < '3.9'", # to support python 3.8 "scipy==1.11.3; python_version > '3.8'", - "pandas==2.1.2", + "pandas==2.1.3", "pyiges[full]==0.3.1", "pytest==7.4.3", "pytest-cov==4.1.0", @@ -91,7 +91,7 @@ doc = [ "jupyterlab>=3.2.8", "matplotlib==3.8.1", "numpydoc==1.6.0", - "pandas==2.1.2", + "pandas==2.1.3", "plotly==5.18.0", "pyiges[full]==0.3.1", "pypandoc==1.12",