aboutsummaryrefslogtreecommitdiff
path: root/extra_requirements.txt
diff options
context:
space:
mode:
authorpyup.io bot <github-bot@pyup.io>2022-09-20 11:55:58 -0500
committerGitHub <noreply@github.com>2022-09-20 18:55:58 +0200
commit666c72364d9dcb7df5a4f74410a808abbfd08598 (patch)
treefeacda3086c0b937330fd44fba3e070039e24063 /extra_requirements.txt
parentc07e6faea8923628d3530f6128e733b581233d1f (diff)
downloadpyfakefs-666c72364d9dcb7df5a4f74410a808abbfd08598.tar.gz
Update pandas to 1.5.0 (#718)
* Update pandas from 1.4.4 to 1.5.0 Co-authored-by: mrbean-bremen <mrbean-bremen@users.noreply.github.com>
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 97e4f0e..a2ef225 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.4; python_version > '3.7'
+pandas==1.5.0; python_version > '3.7'
xlrd==1.2.0; python_version <= '3.6'
xlrd==2.0.1; python_version > '3.6'
openpyxl==3.0.10