From 540a1e19422bac79d2549e936c94638c25905e6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 09:18:49 +0000 Subject: [PATCH] Bump pandas from 2.1.1 to 2.1.2 in /app Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.1.1...v2.1.2) --- 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 3d9d881..56ebaf3 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -10,6 +10,6 @@ Flask-Limiter==3.5.0 Flask-Caching==2.1.0 deepdiff==6.6.1 discord.py==2.3.2 -pandas==2.1.1 +pandas==2.1.2 bs4==0.0.1 feedparser==6.0.10 \ No newline at end of file