aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpyup.io bot <github-bot@pyup.io>2022-01-22 12:58:47 -0500
committerGitHub <noreply@github.com>2022-01-22 18:58:47 +0100
commit7ff50a8a9fac607344ac7f1f606fa91c1b70483c (patch)
tree319b237ed382fb43d2925a2f6515762558656a3d
parent197e3882749ef5fc12984ba6885023663ad4f883 (diff)
downloadpyfakefs-7ff50a8a9fac607344ac7f1f606fa91c1b70483c.tar.gz
Update pandas to 1.4.0 (#658)
* Update pandas from 1.3.5 to 1.4.0 for Python > 3.7
-rw-r--r--extra_requirements.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/extra_requirements.txt b/extra_requirements.txt
index 6061d95..6e65b0a 100644
--- a/extra_requirements.txt
+++ b/extra_requirements.txt
@@ -14,7 +14,8 @@ scandir>=1.8
# 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.5; python_version == '3.7'
+pandas==1.4.0; python_version > '3.7'
xlrd==1.2.0; python_version <= '3.6'
xlrd==2.0.1; python_version > '3.6'
openpyxl==3.0.9