Skip to content

Commit

Permalink
fix: gevent upgrade to 23.9.1 (#27112)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar committed Feb 15, 2024
1 parent c96e38c commit 8235d59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/docker.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ def get_git_sha() -> str:
"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": [
Expand Down

0 comments on commit 8235d59

Please sign in to comment.