From 8176063fef8163198ed2a9c0f4efd4818ebd8741 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 11:25:08 -0400 Subject: [PATCH] chore(deps): bump dash from 2.18.0 to 2.18.1 (#5024) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index ff42b14716..9137e696ac 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1152,13 +1152,13 @@ test-randomorder = ["pytest-randomly"] [[package]] name = "dash" -version = "2.18.0" +version = "2.18.1" description = "A Python framework for building reactive web-apps. Developed by Plotly." optional = false python-versions = ">=3.8" files = [ - {file = "dash-2.18.0-py3-none-any.whl", hash = "sha256:2d37b479be20bef1a184d35be4a654e4da131da6538d563fc813be3e28b90cbc"}, - {file = "dash-2.18.0.tar.gz", hash = "sha256:9be6ea7562d40bb70211df8cbfb23611cc2ca9ae63cfca9af8f96679989adc40"}, + {file = "dash-2.18.1-py3-none-any.whl", hash = "sha256:07c4513bb5f79a4b936847a0b49afc21dbd4b001ff77ea78d4d836043e211a07"}, + {file = "dash-2.18.1.tar.gz", hash = "sha256:ffdf89690d734f6851ef1cb344222826ffb11ad2214ab9172668bf8aadd75d12"}, ] [package.dependencies] @@ -4967,4 +4967,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "7fda4dca648754e03a708839c434d16ea2c055e1414b8345e9e55433ca9b2ec3" +content-hash = "db2387e3923c9fc13f46cae05cfeb75a6e0a10e96912c5fd3f2ca804e2df90ae" diff --git a/pyproject.toml b/pyproject.toml index 8c0b87ab3b..138839afc9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ boto3 = "1.35.16" botocore = "1.35.18" colorama = "0.4.6" cryptography = "43.0.1" -dash = "2.18.0" +dash = "2.18.1" dash-bootstrap-components = "1.6.0" detect-secrets = "1.5.0" google-api-python-client = "2.145.0"