From 57b67de2b5d0b1ffca43d3c22fa4457a05c19314 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 06:23:12 +0000 Subject: [PATCH] Build(deps): Bump dash-mantine-components Bumps the dash-network group with 1 update in the / directory: [dash-mantine-components](https://github.com/snehilvj/dash-mantine-components). Updates `dash-mantine-components` from 2.7.0 to 2.8.0 - [Release notes](https://github.com/snehilvj/dash-mantine-components/releases) - [Changelog](https://github.com/snehilvj/dash-mantine-components/blob/master/CHANGELOG.md) - [Commits](https://github.com/snehilvj/dash-mantine-components/compare/2.7.0...2.8.0) --- updated-dependencies: - dependency-name: dash-mantine-components dependency-version: 2.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dash-network ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e2f1054..c0532bf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ dash[fastapi]==4.4.1 # COMPAT-MATRIX: dash # --- Docs shell ------------------------------------------------------------ # NOTE: python-frontmatter 1.3+ imports typing.TypeGuard, so running the docs # site needs Python >= 3.10. The dash_leaflet2 PACKAGE needs only >= 3.9. -dash_mantine_components==2.7.0 +dash_mantine_components==2.8.0 dash-iconify==0.1.2 # markdown2dash 0.1.2 declares `gunicorn>=21.2.0,<22.0.0` — a markdown parser # pinning a WSGI server, and directly against the CVE-driven gunicorn>=23 floor