From 5ce5390f6b7ee83200f29e157b9c0b2f057ddc0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 21:55:33 +0000 Subject: [PATCH] Bump pandas[excel] from 2.0.3 to 2.1.0 Bumps [pandas[excel]](https://github.com/pandas-dev/pandas) from 2.0.3 to 2.1.0. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.0.3...v2.1.0) --- updated-dependencies: - dependency-name: pandas[excel] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 6a09546..6d7cefb 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -87,7 +87,7 @@ packaging==23.1 # black # build # pytest -pandas[excel]==2.0.3 +pandas[excel]==2.1.0 # via datahub (pyproject.toml) pandas-stubs==2.0.2.230605 # via datahub (pyproject.toml) diff --git a/requirements.txt b/requirements.txt index 897adba..c78a3d7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,7 +32,7 @@ openpyxl==3.1.2 # via pandas orjson==3.9.2 # via datahub (pyproject.toml) -pandas[excel]==2.0.3 +pandas[excel]==2.1.0 # via datahub (pyproject.toml) pydantic==1.10.10 # via fastapi