From a840c427bc2f8739d0af6cc86457541f1f38e12e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 20:26:46 +0000 Subject: [PATCH] Bump dash-bootstrap-templates from 1.2.3 to 1.2.4 Bumps [dash-bootstrap-templates](https://github.com/AnnMarieW/dash-bootstrap-templates) from 1.2.3 to 1.2.4. - [Release notes](https://github.com/AnnMarieW/dash-bootstrap-templates/releases) - [Changelog](https://github.com/AnnMarieW/dash-bootstrap-templates/blob/main/CHANGELOG.md) - [Commits](https://github.com/AnnMarieW/dash-bootstrap-templates/compare/V1.2.3...V1.2.4) --- updated-dependencies: - dependency-name: dash-bootstrap-templates dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 13 ++++--------- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index 33355ea..7ac533b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1451,13 +1451,13 @@ pandas = ["numpy", "pandas"] [[package]] name = "dash-bootstrap-templates" -version = "1.2.3" +version = "1.2.4" description = "A collection of Plotly figure templates with a Bootstrap theme" optional = false python-versions = "*" files = [ - {file = "dash_bootstrap_templates-1.2.3-py3-none-any.whl", hash = "sha256:0caa01412b2c7087c17d9c7f23f8ed1c19049609412713a87c44476507157417"}, - {file = "dash_bootstrap_templates-1.2.3.tar.gz", hash = "sha256:b2bb35052c344857a02e72f194a77d61bef3f8c47a27821a68aae10c4f157264"}, + {file = "dash_bootstrap_templates-1.2.4-py3-none-any.whl", hash = "sha256:8a794b6bbc2d5e820087417d17f8d110928a64be12fb21e829b15413de43a0aa"}, + {file = "dash_bootstrap_templates-1.2.4.tar.gz", hash = "sha256:7e15f45fcc17a8ac4ba49a261c9168476330f6a835adeb261b06c7c5f434baa6"}, ] [package.dependencies] @@ -7693,11 +7693,6 @@ files = [ {file = "triton-3.0.0-1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:34e509deb77f1c067d8640725ef00c5cbfcb2052a1a3cb6a6d343841f92624eb"}, {file = "triton-3.0.0-1-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:bcbf3b1c48af6a28011a5c40a5b3b9b5330530c3827716b5fbf6d7adcc1e53e9"}, {file = "triton-3.0.0-1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:6e5727202f7078c56f91ff13ad0c1abab14a0e7f2c87e91b12b6f64f3e8ae609"}, - {file = "triton-3.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:39b052da883351fdf6be3d93cedae6db3b8e3988d3b09ed221bccecfa9612230"}, - {file = "triton-3.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:cd34f19a8582af96e6291d4afce25dac08cb2a5d218c599163761e8e0827208e"}, - {file = "triton-3.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0d5e10de8c011adeb7c878c6ce0dd6073b14367749e34467f1cff2bde1b78253"}, - {file = "triton-3.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e8903767951bf86ec960b4fe4e21bc970055afc65e9d57e916d79ae3c93665e3"}, - {file = "triton-3.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:41004fb1ae9a53fcb3e970745feb87f0e3c94c6ce1ba86e95fa3b8537894bef7"}, ] [package.dependencies] @@ -8677,4 +8672,4 @@ dev = ["pre-commit", "pytest", "ruff"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.11" -content-hash = "4aa8543384cc30270d68de881c7a1ba0efa21d4f61406f29003c2de08b4e0f67" +content-hash = "611f97348783cf36e504deb1b671fa68b778a7fdaf4970f3056690beea5c4f8c" diff --git a/pyproject.toml b/pyproject.toml index a9c6707..8cd7b2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ arviz = "^0.19.0" pymc = "^5.16.2" pytensor = "^2.25.2" dash-bootstrap-components = "^1.6.0" -dash-bootstrap-templates = "^1.2.3" +dash-bootstrap-templates = "^1.2.4" salib = "^1.5.0" matplotlib = "^3.9.2" dash-daq = "^0.5.0"