Skip to content

Commit

Permalink
fix(deps): bump sqlglot lower bound
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Oct 11, 2023
1 parent 9ed0a89 commit a47be79
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -43,7 +43,7 @@ pyarrow = ">=2,<14"
python-dateutil = ">=2.8.2,<3"
pytz = ">=2022.7"
rich = ">=12.4.4,<14"
sqlglot = ">=18.7.0,<19"
sqlglot = ">=18.12.0,<19"
toolz = ">=0.11,<1"
typing-extensions = ">=4.3.0,<5"
black = { version = ">=22.1.0,<24", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Expand Up @@ -194,7 +194,7 @@ sortedcontainers==2.4.0 ; python_version >= "3.9" and python_version < "4.0"
sphobjinv==2.3.1 ; python_version >= "3.10" and python_version < "4.0"
sqlalchemy-views==0.3.2 ; python_version >= "3.9" and python_version < "4.0"
sqlalchemy==1.4.49 ; python_version >= "3.9" and python_version < "4.0"
sqlglot==18.11.4 ; python_version >= "3.9" and python_version < "4.0"
sqlglot==18.12.0 ; python_version >= "3.9" and python_version < "4.0"
stack-data==0.6.3 ; python_version >= "3.9" and python_version < "4.0"
statsmodels==0.14.0 ; python_version >= "3.10" and python_version < "4.0"
stdlib-list==0.9.0 ; python_version >= "3.9" and python_version < "4.0"
Expand Down

0 comments on commit a47be79

Please sign in to comment.