Skip to content

Commit 98f4e90

Browse files
author
Erik Ritter
authored
fix: Improve performance of CSV download (#22929)
1 parent b410dbb commit 98f4e90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ packaging==21.3
173173
# via
174174
# bleach
175175
# deprecation
176-
pandas==1.5.2
176+
pandas==1.5.3
177177
# via apache-superset
178178
paramiko==2.11.0
179179
# via sshtunnel

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def get_git_sha() -> str:
101101
"markdown>=3.0",
102102
"msgpack>=1.0.0, <1.1",
103103
"numpy==1.23.5",
104-
"pandas>=1.5.2, <1.6",
104+
"pandas>=1.5.3, <1.6",
105105
"parsedatetime",
106106
"pgsanity",
107107
"polyline",

0 commit comments

Comments
 (0)