From 8d4185c36aafc83cbc397da35de67aecd0cd6b97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 08:44:14 +0200 Subject: [PATCH] Bump dash[testing] from 2.18.1 to 2.18.2 (#1682) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [dash[testing]](https://github.com/plotly/dash) from 2.18.1 to 2.18.2. - [Release notes](https://github.com/plotly/dash/releases) - [Changelog](https://github.com/plotly/dash/blob/dev/CHANGELOG.md) - [Commits](https://github.com/plotly/dash/compare/v2.18.1...v2.18.2) --- updated-dependencies: - dependency-name: dash[testing] dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Călina Cenan --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 424baf0d3..38ac29a11 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ "bumpversion", "ccxt==4.4.26", "coverage", - "dash[testing]==2.18.1", + "dash[testing]==2.18.2", "dash_bootstrap_components==1.6.0", "dateparser==1.2.0", "duckdb==1.1.3",