From b5d976c5499991426a4c3666a4c919cd42969b67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 19:05:44 +0000 Subject: [PATCH] Bump pandas from 1.5.3 to 2.0.2 Bumps [pandas](https://github.com/pandas-dev/pandas) from 1.5.3 to 2.0.2. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v1.5.3...v2.0.2) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 98b4208..2b41121 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ pdal==3.2.3 dask==2023.4.0 distributed==2023.4.0 twine==4.0.2 -pandas==1.5.3 +pandas==2.0.2 matplotlib==3.7.1 pyproj==3.5.0 diff --git a/setup.cfg b/setup.cfg index b1cf4dd..8233212 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,7 +18,7 @@ install_requires = dask<=2023.4.0 distributed<=2023.4.0 twine<=4.0.2 - pandas<=1.5.3 + pandas<=2.0.2 pyproj<=3.5.0 numpy<=1.24.2