diff --git a/poetry.lock b/poetry.lock index 7f41fd2c48..a8aea24b38 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1258,20 +1258,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" @@ -5199,4 +5199,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "71c5b84096456b7129d2338fd32b5dd984e0fbadc7846299b9484414e8e46e30" +content-hash = "cd584a90f625f809bad4dc3f10c9983b3b1f7a13ddd61c73eabf48619bf9e67a" diff --git a/pyproject.toml b/pyproject.toml index 49a5b127a1..18b74d6c1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ botocore = "1.35.99" colorama = "0.4.6" cryptography = "43.0.1" dash = "2.18.2" -dash-bootstrap-components = "1.6.0" +dash-bootstrap-components = "1.7.1" detect-secrets = "1.5.0" google-api-python-client = "2.159.0" google-auth-httplib2 = ">=0.1,<0.3"