From 0d943f1123da8468b0d6f0fd369bdcd809103737 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 17:25:35 -0800 Subject: [PATCH] fix(deps): bump pandas from 1.5.3 to 2.2.0 (#90) Bumps [pandas](https://github.com/pandas-dev/pandas) from 1.5.3 to 2.2.0. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v1.5.3...v2.2.0) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d9ed222..6b84388 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ requires-python = ">=3.10" dependencies = [ "flask >=2.2.2, <4", "toml >=0.10.2, <1", - "pandas ==1.5.3", + "pandas ==2.2.0", "flask-assets >=2.0", "Bootstrap-flask >=2.2.0", "wheel >=0" diff --git a/requirements.txt b/requirements.txt index 7fc88ac..50faa05 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ Jinja2 == 3.1.3 libsass == 0.22.0 MarkupSafe == 2.1.2 numpy == 1.24.2 -pandas == 1.5.3 +pandas == 2.2.0 pip == 24.0 python-dateutil == 2.8.2 pytz == 2022.7.1