aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpyup.io bot <github-bot@pyup.io>2021-12-12 12:53:26 -0500
committerGitHub <noreply@github.com>2021-12-12 18:53:26 +0100
commitd828745f9989f8fd7212a546223fe3c5da79c06f (patch)
treee5add4e9677e7611b31748ce4b4a14dbc19ff9b5
parentf0037023c285fd0189b2a1720d68fa120d1ab655 (diff)
downloadpyfakefs-d828745f9989f8fd7212a546223fe3c5da79c06f.tar.gz
Update pandas to 1.3.5 (#654)
* Update pandas from 1.3.4 to 1.3.5
-rw-r--r--extra_requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra_requirements.txt b/extra_requirements.txt
index 1c52ad4..6061d95 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.1.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