fix: bump pyarrow constraints (CVE-2023-47248) (#26187)

This commit is contained in:
cwegener 2023-12-11 16:27:53 +00:00 committed by GitHub
parent fca5b829df
commit 2ac28927a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -252,7 +252,7 @@ prison==0.2.1
# via flask-appbuilder
prompt-toolkit==3.0.38
# via click-repl
pyarrow==12.0.0
pyarrow==14.0.1
# via apache-superset
pycparser==2.20
# via cffi
@ -371,6 +371,7 @@ werkzeug==2.3.3
# via
# apache-superset
# flask
# flask-appbuilder
# flask-jwt-extended
# flask-login
wrapt==1.15.0

View File

@ -113,7 +113,7 @@ setup(
"python-dateutil",
"python-dotenv",
"python-geohash",
"pyarrow>=12.0.0, <13",
"pyarrow>=14.0.1, <15",
"pyyaml>=6.0.0, <7.0.0",
"PyJWT>=2.4.0, <3.0",
"redis>=4.5.4, <5.0",