Skip to content

Commit

Permalink
chore(deps): bump rich lower bound for docs/dev work (#10105)
Browse files Browse the repository at this point in the history
We are making use of the `code_width` kwarg to make the (intentional)
exception raise in
https://ibis-project.org/concepts/datatypes#broadcasting-and-alignment
look nice -- for anyone _building_ the docs, they need to be on 13.8.0.
  • Loading branch information
gforsyth authored Sep 12, 2024
1 parent 7ccf722 commit 14f1848
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 7 deletions.
2 changes: 1 addition & 1 deletion conda/environment-arm64-flink.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies:
- pytz >=2022.7
- regex >=2021.7.6
- requests >=2
- rich >=12.4.4
- rich >=13.8.0
- shapely>=2,<3
- snowflake-connector-python >=3.0.2
- sqlglot >=22.5,<23.1
Expand Down
2 changes: 1 addition & 1 deletion conda/environment-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies:
- pytz >=2022.7
- regex >=2021.7.6
- requests >=2
- rich >=12.4.4
- rich >=13.8.0
- shapely>=2,<3
- snowflake-connector-python >=3.0.2
- sqlglot >=22.5,<23.1
Expand Down
2 changes: 1 addition & 1 deletion conda/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies:
- pytz >=2022.7
- regex >=2021.7.6
- requests >=2
- rich >=12.4.4
- rich >=13.8.0
- shapely >=2,<3
- snowflake-connector-python >=3.0.2
- sqlglot >=22.5,<23.1
Expand Down
23 changes: 20 additions & 3 deletions poetry.lock

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

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ plotnine = { version = ">=0.12.2,<1", python = ">=3.10,<3.13" }
py-cpuinfo = { version = ">=9,<10", python = ">=3.10,<3.13" }
quartodoc = { version = ">=0.6.1,<1", python = ">=3.10,<3.13" }
requests = { version = ">=2,<3", python = ">=3.10,<3.13" }
rich = { version = ">13.8.0,<14", python = ">=3.10,<3.13" }
scikit-learn = { version = ">=1.3,<2", python = ">=3.10,<3.13" }
seaborn = { version = ">=0.12.2,<1", python = ">=3.10,<3.13" }
lonboard = { version = "0.9.3", python = ">=3.10,<3.13" }
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ requests-toolbelt==1.0.0 ; python_version >= "3.10" and python_version < "4.0"
requests==2.32.3 ; python_version >= "3.10" and python_version < "4.0"
rfc3339-validator==0.1.4 ; python_version >= "3.10" and python_version < "3.13"
rfc3986-validator==0.1.1 ; python_version >= "3.10" and python_version < "3.13"
rich==13.8.0 ; python_version >= "3.10" and python_version < "4.0"
rich==13.8.1 ; python_version >= "3.10" and python_version < "4.0"
rpds-py==0.20.0 ; python_version >= "3.10" and python_version < "3.13"
rsa==4.9 ; python_version >= "3.10" and python_version < "4"
ruff==0.6.4 ; python_version >= "3.10" and python_version < "4.0"
Expand Down

0 comments on commit 14f1848

Please sign in to comment.