From c6cb92b9d5e20ef4aceff71e731ee28a65b25105 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 10:00:56 +0000 Subject: [PATCH] Bump pandas from 2.2.2 to 2.2.3 in /app Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.2.2 to 2.2.3. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.2.2...v2.2.3) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 03a0c63..0a35c15 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -10,6 +10,6 @@ Flask-Limiter==3.8.0 Flask-Caching==2.3.0 deepdiff==7.0.1 discord.py==2.4.0 -pandas==2.2.2 +pandas==2.2.3 bs4==0.0.2 feedparser==6.0.11 \ No newline at end of file