From 78601d07901460fd54ea388a915c969e6a35cd04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Mar 2024 19:01:35 -0800 Subject: [PATCH] fix(deps): bump pandas from 2.2.0 to 2.2.1 (#117) Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.2.0...v2.2.1) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Daniel Rahamim --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6b84388..25591e0 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 ==2.2.0", + "pandas ==2.2.1", "flask-assets >=2.0", "Bootstrap-flask >=2.2.0", "wheel >=0" diff --git a/requirements.txt b/requirements.txt index 4ffdf95..e5fcef6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ Jinja2 == 3.1.3 libsass == 0.23.0 MarkupSafe == 2.1.5 numpy == 1.26.4 -pandas == 2.2.0 +pandas == 2.2.1 pip == 24.0 python-dateutil == 2.8.2 pytz == 2024.1