We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b410dbb commit 98f4e90Copy full SHA for 98f4e90
requirements/base.txt
@@ -173,7 +173,7 @@ packaging==21.3
173
# via
174
# bleach
175
# deprecation
176
-pandas==1.5.2
+pandas==1.5.3
177
# via apache-superset
178
paramiko==2.11.0
179
# via sshtunnel
setup.py
@@ -101,7 +101,7 @@ def get_git_sha() -> str:
101
"markdown>=3.0",
102
"msgpack>=1.0.0, <1.1",
103
"numpy==1.23.5",
104
- "pandas>=1.5.2, <1.6",
+ "pandas>=1.5.3, <1.6",
105
"parsedatetime",
106
"pgsanity",
107
"polyline",
0 commit comments