aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpyup.io bot <github-bot@pyup.io>2021-09-12 23:53:45 -0500
committerGitHub <noreply@github.com>2021-09-13 06:53:45 +0200
commite6332191f22df803671c88840d2b5570e4e73c93 (patch)
treed7e70d6c0f39debbc2e9e7e085877f5fec6efeaf
parent386bc022bc3f285a048e7c150c5c4af0f48d69bd (diff)
downloadpyfakefs-e6332191f22df803671c88840d2b5570e4e73c93.tar.gz
Update pandas to 1.3.3 (#636)
* Update pandas from 1.3.1 to 1.3.3
-rw-r--r--extra_requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra_requirements.txt b/extra_requirements.txt
index 1f60908..826438a 100644
--- a/extra_requirements.txt
+++ b/extra_requirements.txt
@@ -14,6 +14,6 @@ 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.1; python_version > '3.6'
+pandas==1.3.3; python_version > '3.6'
xlrd==1.2.0
openpyxl==3.0.8