From b792385a53edb40d8cd78ea1fcd91f2780f4de32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 18:35:56 +0000 Subject: [PATCH] chore(deps): bump dash-bootstrap-components from 1.6.0 to 1.7.1 Bumps [dash-bootstrap-components](https://github.com/facultyai/dash-bootstrap-components) from 1.6.0 to 1.7.1. - [Release notes](https://github.com/facultyai/dash-bootstrap-components/releases) - [Changelog](https://github.com/facultyai/dash-bootstrap-components/blob/main/docs/how-to-release.md) - [Commits](https://github.com/facultyai/dash-bootstrap-components/compare/1.6.0...1.7.1) --- updated-dependencies: - dependency-name: dash-bootstrap-components dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 35ea603..81dd997 100644 --- a/poetry.lock +++ b/poetry.lock @@ -552,20 +552,20 @@ testing = ["beautifulsoup4 (>=4.8.2)", "cryptography", "dash-testing-stub (>=0.0 [[package]] name = "dash-bootstrap-components" -version = "1.6.0" +version = "1.7.1" description = "Bootstrap themed components for use in Plotly Dash" optional = false -python-versions = "<4,>=3.8" +python-versions = "<4,>=3.9" files = [ - {file = "dash_bootstrap_components-1.6.0-py3-none-any.whl", hash = "sha256:97f0f47b38363f18863e1b247462229266ce12e1e171cfb34d3c9898e6e5cd1e"}, - {file = "dash_bootstrap_components-1.6.0.tar.gz", hash = "sha256:960a1ec9397574792f49a8241024fa3cecde0f5930c971a3fc81f016cbeb1095"}, + {file = "dash_bootstrap_components-1.7.1-py3-none-any.whl", hash = "sha256:5e8eae7ee1d013f69e272c68c1015b53ab71802460152088f33fffa90d245199"}, + {file = "dash_bootstrap_components-1.7.1.tar.gz", hash = "sha256:30d48340d6dc89831d6c06e400cd4236f0d5363562c05b2a922f21545695a082"}, ] [package.dependencies] dash = ">=2.0.0" [package.extras] -pandas = ["numpy", "pandas"] +pandas = ["numpy (>=2.0.2)", "pandas (>=2.2.3)"] [[package]] name = "dash-core-components" @@ -2498,4 +2498,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "d48438c0f279eb3a0d09d9504e38eff80fa9aecb3641404bff1ae05137fcfb47" +content-hash = "e20d8f98f93b3fdeb3f017d2cc8872a1f7a53be0f8182e895c9e1461e3c2a087" diff --git a/pyproject.toml b/pyproject.toml index 3b6c2af..0141099 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ packages = [{include = "noplp"},{include = "pages"}] python = "^3.10" gunicorn = "^23.0.0" dash = "^2.18.2" -dash-bootstrap-components = "^1.6.0" +dash-bootstrap-components = "^1.7.1" pandas = "^2.2.3" unidecode = "^1.3.8"