diff --git a/poetry.lock b/poetry.lock index bb383744..c0434b29 100644 --- a/poetry.lock +++ b/poetry.lock @@ -247,13 +247,13 @@ py-cpuinfo = "*" [[package]] name = "bokeh" -version = "3.4.1" +version = "3.4.2" description = "Interactive plots and applications in the browser from Python" optional = false python-versions = ">=3.9" files = [ - {file = "bokeh-3.4.1-py3-none-any.whl", hash = "sha256:1e3c502a0a8205338fc74dadbfa321f8a0965441b39501e36796a47b4017b642"}, - {file = "bokeh-3.4.1.tar.gz", hash = "sha256:d824961e4265367b0750ce58b07e564ad0b83ca64b335521cd3421e9b9f10d89"}, + {file = "bokeh-3.4.2-py3-none-any.whl", hash = "sha256:931a43ee59dbf1720383ab904f8205e126b85561aac55592415b800c96f1b0eb"}, + {file = "bokeh-3.4.2.tar.gz", hash = "sha256:a16d5cc0abb93d2d270d70fc35851f3e1b9208814a985a4678e0ba5ef2d9cd42"}, ] [package.dependencies] @@ -3210,4 +3210,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.9,<3.13" -content-hash = "c90688146094032e81fdc350b127a67766034efd5ff19c604aee8796f13aa481" +content-hash = "2b12d1321174756d519ff9c4ef976c1077115574b71e979d1b4f3f602e72c5af" diff --git a/pyproject.toml b/pyproject.toml index 227dc73b..686c8d65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ Jinja2 = "^3.1.4" scipy = "^1.13.1" click = "^8.1.7" pydantic = "^2.7.4" -bokeh = "^3.4.1" +bokeh = "^3.4.2" pydelica = "^0.5.1" pandas = "^2.2.2"