We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5c6219 commit 3a11131Copy full SHA for 3a11131
extra_requirements.txt
@@ -15,6 +15,6 @@ scandir>=1.8
15
# we use the latest version to see any problems with new versions
16
pandas==1.3.5; python_version == '3.7' # pyup: ignore
17
pandas==2.0.3; python_version == '3.8' # pyup: ignore
18
-pandas==2.2.0; python_version > '3.8'
+pandas==2.2.1; python_version > '3.8'
19
xlrd==2.0.1
20
openpyxl==3.1.2
0 commit comments