From d4985756b96794d2c1aa8f54f5f93506525d242d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 21:17:56 +0000 Subject: [PATCH] Bump pandas[excel] from 2.0.3 to 2.1.1 Bumps [pandas[excel]](https://github.com/pandas-dev/pandas) from 2.0.3 to 2.1.1. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.0.3...v2.1.1) --- 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 eb0154f..5bc98f8 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.1 # via datahub (pyproject.toml) pandas-stubs==2.0.2.230605 # via datahub (pyproject.toml) diff --git a/requirements.txt b/requirements.txt index 897adba..75cdcb1 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.1 # via datahub (pyproject.toml) pydantic==1.10.10 # via fastapi