From 944cfa56b5f9d4b1638fbf2f0b5fe32522a63001 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 23:19:34 +0000 Subject: [PATCH] Update pandas requirement from ~=1.3.4 to ~=1.5.1 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) - [Changelog](https://github.com/pandas-dev/pandas/blob/main/RELEASE.md) - [Commits](https://github.com/pandas-dev/pandas/compare/v1.3.4...v1.5.1) --- 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 65f0a3f..991ad58 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ gspread~=4.0.1 oauth2client~=4.1.3 google-api-python-client~=2.29.0 cryptography~=35.0.0 -pandas~=1.3.4 +pandas~=1.5.1 pysimplegui~=4.55.0 \ No newline at end of file