aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpyup.io bot <github-bot@pyup.io>2023-05-30 14:26:12 -0500
committerGitHub <noreply@github.com>2023-05-30 21:26:12 +0200
commita339f7b86030d12c297248785424233b30cec7fa (patch)
tree8feab3ddec904ebcac4b4bc251ffeae352f91274
parent510e2bfb40ddf53bd20a35c4f00ffb27faecce24 (diff)
downloadpyfakefs-a339f7b86030d12c297248785424233b30cec7fa.tar.gz
Update pandas to 2.0.2 (#837)
* Update pandas from 2.0.0 to 2.0.2 * Do not touch the version for Python 3.7 --------- Co-authored-by: mrbean-bremen <mrbean-bremen@users.noreply.github.com>
-rw-r--r--extra_requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra_requirements.txt b/extra_requirements.txt
index 3679ebc..a8e849b 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.3.5; python_version == '3.7'
-pandas==2.0.0; python_version > '3.7'
+pandas==2.0.2; python_version > '3.7'
xlrd==2.0.1; python_version > '3.6'
openpyxl==3.1.2