From 4b50c78cf1a652019e22702600841ed9e1d26169 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 09:54:25 +0000 Subject: [PATCH] Update pandas requirement from ~=2.2.0 to ~=2.2.2 Updates the requirements on [pandas](https://github.com/pandas-dev/pandas) to permit the latest version. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.2.0...v2.2.2) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 41787b3..1f2c966 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ mdformat~=0.7.17 ruamel.yaml>=0.17.10 xmltodict~=0.13.0 lxml~=5.1.0 -pandas~=2.2.0 +pandas~=2.2.2 pdf2image~=1.16.0 Pillow~=10.2.0 icalendar~=5.0.11