Skip to content

Commit

Permalink
chore(deps): update dependency itables to >=1.6.3,<2.2 (ibis-project#…
Browse files Browse the repository at this point in the history
…9260)

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 May 28, 2024
1 parent a83c6d1 commit 72b12a6
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
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ tomli = ">=2.0.1,<3"
[tool.poetry.group.docs.dependencies]
altair = { version = ">=5.0.1,<6", python = ">=3.10,<3.13" }
ipykernel = { version = ">=6.25.1,<7", python = ">=3.10,<3.13" }
itables = { version = ">=1.6.3,<2.1", python = ">=3.10,<3.13" }
itables = { version = ">=1.6.3,<2.2", 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 @@ -110,7 +110,7 @@ ipython==8.24.0 ; python_version >= "3.10" and python_version < "4.0"
ipytree==0.2.2 ; python_version >= "3.10" and python_version < "3.13"
ipywidgets==8.1.2 ; python_version >= "3.10" and python_version < "3.13"
isoduration==20.11.0 ; python_version >= "3.10" and python_version < "3.13"
itables==2.0.1 ; python_version >= "3.10" and python_version < "3.13"
itables==2.1.0 ; 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 72b12a6

Please sign in to comment.