From 5e5740dc8594a725a1599a83b2c0ec9c4d56ab36 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 12 Dec 2021 18:20:43 +0100 Subject: [PATCH 1/3] Update pandas from 1.1.5 to 1.3.5 --- extra_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra_requirements.txt b/extra_requirements.txt index 1c52ad47..62b9f61a 100644 --- a/extra_requirements.txt +++ b/extra_requirements.txt @@ -13,7 +13,7 @@ scandir>=1.8 # pandas + xlrd are used to test pandas-specific patches to allow # pyfakefs to work with pandas # we use the latest version to see any problems with new versions -pandas==1.1.5; python_version <= '3.6' +pandas==1.3.5; python_version <= '3.6' pandas==1.3.4; python_version > '3.6' xlrd==1.2.0; python_version <= '3.6' xlrd==2.0.1; python_version > '3.6' From fc022f4533d34040ed0d7b509e80a0299c4318f1 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 12 Dec 2021 18:20:43 +0100 Subject: [PATCH 2/3] Update pandas from 1.3.4 to 1.3.5 --- extra_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra_requirements.txt b/extra_requirements.txt index 62b9f61a..88ac0e21 100644 --- a/extra_requirements.txt +++ b/extra_requirements.txt @@ -14,7 +14,7 @@ scandir>=1.8 # pyfakefs to work with pandas # we use the latest version to see any problems with new versions pandas==1.3.5; python_version <= '3.6' -pandas==1.3.4; python_version > '3.6' +pandas==1.3.5; python_version > '3.6' xlrd==1.2.0; python_version <= '3.6' xlrd==2.0.1; python_version > '3.6' openpyxl==3.0.9 From 09da1dcf98a7a2ed0cc1f5ad84affede7719b3fa Mon Sep 17 00:00:00 2001 From: mrbean-bremen Date: Sun, 12 Dec 2021 18:23:51 +0100 Subject: [PATCH 3/3] Do not change the version for Python 3.6 --- extra_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra_requirements.txt b/extra_requirements.txt index 88ac0e21..6061d95e 100644 --- a/extra_requirements.txt +++ b/extra_requirements.txt @@ -13,7 +13,7 @@ scandir>=1.8 # pandas + xlrd are used to test pandas-specific patches to allow # pyfakefs to work with pandas # we use the latest version to see any problems with new versions -pandas==1.3.5; python_version <= '3.6' +pandas==1.1.5; python_version <= '3.6' pandas==1.3.5; python_version > '3.6' xlrd==1.2.0; python_version <= '3.6' xlrd==2.0.1; python_version > '3.6'