aboutsummaryrefslogtreecommitdiff
path: root/extra_requirements.txt
diff options
context:
space:
mode:
authorpyup.io bot <github-bot@pyup.io>2022-02-12 12:16:34 -0500
committerGitHub <noreply@github.com>2022-02-12 18:16:34 +0100
commita96bdbb56ff8a253ba60b21550424f3277f69b50 (patch)
tree1065cb6310fd35aa8c6def3fea0ce3d3087d0363 /extra_requirements.txt
parent80daca8d0b8b27fb91f621ad36d0a54b13164ed4 (diff)
downloadpyfakefs-a96bdbb56ff8a253ba60b21550424f3277f69b50.tar.gz
Update pandas to 1.4.1 (#667)
* Only update for Python >= 3.7
Diffstat (limited to 'extra_requirements.txt')
-rw-r--r--extra_requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra_requirements.txt b/extra_requirements.txt
index 6e65b0a..eeaaad2 100644
--- a/extra_requirements.txt
+++ b/extra_requirements.txt
@@ -15,7 +15,7 @@ scandir>=1.8
# 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.7'
-pandas==1.4.0; python_version > '3.7'
+pandas==1.4.1; python_version > '3.7'
xlrd==1.2.0; python_version <= '3.6'
xlrd==2.0.1; python_version > '3.6'
openpyxl==3.0.9