fix: gevent upgrade to 23.9.1 (#27112)

This commit is contained in:
Daniel Vaz Gaspar 2024-02-15 16:20:30 +00:00 committed by GitHub
parent c96e38c07c
commit 8235d59e56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,7 @@
# via
# -r requirements/base.in
# -r requirements/docker.in
gevent==22.10.2
gevent==23.9.1
# via -r requirements/docker.in
psycopg2-binary==2.9.6
# via apache-superset

View File

@ -164,6 +164,7 @@ setup(
"excel": ["xlrd>=1.2.0, <1.3"],
"firebird": ["sqlalchemy-firebird>=0.7.0, <0.8"],
"firebolt": ["firebolt-sqlalchemy>=1.0.0, <2"],
"gevent": ["gevent>=23.9.1"],
"gsheets": ["shillelagh[gsheetsapi]>=1.2.10, <2"],
"hana": ["hdbcli==2.4.162", "sqlalchemy_hana==0.4.0"],
"hive": [