diff --git a/poetry.lock b/poetry.lock index 42fedeb22..bb9321d48 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1480,18 +1480,18 @@ files = [ [[package]] name = "nicegui-highcharts" -version = "2.0.1" +version = "2.0.2" description = "Add Highcharts elements to your NiceGUI app." optional = true python-versions = "<4.0,>=3.8" files = [ - {file = "nicegui_highcharts-2.0.1-py3-none-any.whl", hash = "sha256:25a273c22187fdfe9f6683de0face03d239d4ccb8b7594560c7fb5107d216954"}, - {file = "nicegui_highcharts-2.0.1.tar.gz", hash = "sha256:03e0c06689c1aa5d267723d5b1193286781d07b1576f00aff5fc3832a0aabb39"}, + {file = "nicegui_highcharts-2.0.2-py3-none-any.whl", hash = "sha256:9004ce220bf24e37064f40fe1da38cfbd905cb92c650f31efa7abdc838c0a805"}, + {file = "nicegui_highcharts-2.0.2.tar.gz", hash = "sha256:3240790086ce7c87171e8ab1e4e59bb2496ad0028b2b6df8da9961f5f428b5af"}, ] [package.dependencies] docutils = "0.20.1" -nicegui = ">=2.0.0,<3.0.0" +nicegui = "==2.*" [[package]] name = "nodeenv" @@ -3528,4 +3528,4 @@ sass = ["libsass"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "e79aab708c67857413cfdbae2d69a26d193afb34cf0f03b3d311f9374017d998" +content-hash = "6559885844c453e89a540181897858de3089bfe2643445e77f204352498d5343" diff --git a/pyproject.toml b/pyproject.toml index ea820f36f..51af49212 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ pywebview = { version = "^5.0.1", optional = true } plotly = { version = "^5.13.0", optional = true } matplotlib = { version = "^3.5.0", optional = true } httpx = ">=0.24.0" -nicegui-highcharts = { version = "^2.0.0", optional = true } +nicegui-highcharts = { version = "^2.0.2", optional = true } ifaddr = ">=0.2.0" aiohttp = ">=3.10.2" # https://github.com/zauberzeug/nicegui/security/dependabot/36 libsass = { version = "^0.23.0", optional = true }