aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormrbean-bremen <hansemrbean@googlemail.com>2023-06-10 21:13:18 +0200
committermrbean-bremen <hansemrbean@googlemail.com>2023-06-10 21:13:18 +0200
commit9847709e98aaf3710cdf398f688c64b498cee3df (patch)
treed261b35c85f5e2f480996c11f7cdeacd94890cb4
parenta339f7b86030d12c297248785424233b30cec7fa (diff)
downloadpyfakefs-9847709e98aaf3710cdf398f688c64b498cee3df.tar.gz
Exclude Python 3.7 specific pandas version from pyup bot
-rw-r--r--extra_requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra_requirements.txt b/extra_requirements.txt
index a8e849b..66afde0 100644
--- a/extra_requirements.txt
+++ b/extra_requirements.txt
@@ -13,7 +13,7 @@ scandir>=1.8
# pandas + xlrd are used to test pandas-specific patches to allow
# 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==1.3.5; python_version == '3.7' # pyup: ignore
pandas==2.0.2; python_version > '3.7'
xlrd==2.0.1; python_version > '3.6'
openpyxl==3.1.2