Skip to content

Commit

Permalink
chore(deps): update dependency itables to >=1.6.3,<2.3 (#10190)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Phillip Cloud <[email protected]>
  • Loading branch information
renovate[bot] and cpcloud authored Sep 23, 2024
1 parent 63dc764 commit 4487ff4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
14 changes: 8 additions & 6 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
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ altair = { version = ">=5.0.1,<6", python = ">=3.10,<3.13" }
# pin griffe until https://github.com/ibis-project/ibis/pull/9865 is addressed
griffe = { version = "<1", python = ">=3.10,<3.13" }
ipykernel = { version = ">=6.25.1,<7", python = ">=3.10,<3.13" }
itables = { version = ">=1.6.3,<2.2", python = ">=3.10,<3.13" }
itables = { version = ">=1.6.3,<2.3", python = ">=3.10,<3.13" }
nbclient = { version = ">=0.8.0,<1", python = ">=3.10,<3.13" }
plotly = { version = ">=5.16.1,<6", python = ">=3.10,<3.13" }
plotnine = { version = ">=0.12.2,<1", 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 @@ -97,7 +97,7 @@ ipykernel==6.29.5 ; python_version >= "3.10" and python_version < "3.13"
ipython==8.27.0 ; python_version >= "3.10" and python_version < "4.0"
ipywidgets==8.1.5 ; python_version >= "3.10" and python_version < "3.13"
isoduration==20.11.0 ; python_version >= "3.10" and python_version < "3.13"
itables==2.1.5 ; python_version >= "3.10" and python_version < "3.13"
itables==2.2.1 ; python_version >= "3.10" and python_version < "3.13"
jaraco-classes==3.4.0 ; python_version >= "3.10" and python_version < "4.0"
jedi==0.19.1 ; python_version >= "3.10" and python_version < "4.0"
jeepney==0.8.0 ; python_version >= "3.10" and python_version < "4.0" and sys_platform == "linux"
Expand Down

0 comments on commit 4487ff4

Please sign in to comment.