Skip to content

Commit

Permalink
bump tabulate
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Jan 8, 2025
1 parent ef9d769 commit 1099a66
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ dependencies = [
#https://github.com/tobymao/sqlglot/blob/main/CHANGELOG.md#v25250---2024-10-14
"sqlglot>=25.24.0,<25.25.0",
"sqlparse>=0.5.0",
"tabulate>=0.8.9, <0.9",
# newer pandas needs 0.9+
"tabulate>=0.9.0, <1.0",
"typing-extensions>=4, <5",
"waitress; sys_platform == 'win32'",
"wtforms>=2.3.3, <4",
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ sqlparse==0.5.2
# via apache-superset (pyproject.toml)
sshtunnel==0.4.0
# via apache-superset (pyproject.toml)
tabulate==0.8.10
tabulate==0.9.0
# via apache-superset (pyproject.toml)
typing-extensions==4.12.2
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@ sshtunnel==0.4.0
# apache-superset
statsd==4.0.1
# via apache-superset
tabulate==0.8.10
tabulate==0.9.0
# via
# -c requirements/base.txt
# apache-superset
Expand Down

0 comments on commit 1099a66

Please sign in to comment.