From 503ad605c5fea05c71a571368811b71bb66cee19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 08:19:33 +0000 Subject: [PATCH] Bump the dash-network group across 1 directory with 2 updates Updates the requirements on [dash](https://github.com/plotly/dash) and [dash-improve-my-llms](https://github.com/pip-install-python/dash-improve-my-llms) to permit the latest version. Updates `dash` to 4.4.1 - [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/v4.2.0...v4.4.1) Updates `dash-improve-my-llms` to 2.4.0 - [Release notes](https://github.com/pip-install-python/dash-improve-my-llms/releases) - [Changelog](https://github.com/pip-install-python/dash-improve-my-llms/blob/main/CHANGELOG.md) - [Commits](https://github.com/pip-install-python/dash-improve-my-llms/compare/v2.3.4...v2.4.0) --- updated-dependencies: - dependency-name: dash dependency-version: 4.4.1 dependency-type: direct:production dependency-group: dash-network - dependency-name: dash-improve-my-llms dependency-version: 2.4.0 dependency-type: direct:production dependency-group: dash-network ... Signed-off-by: dependabot[bot] --- requirements-docs.txt | 4 ++-- requirements.txt | 2 +- tests/requirements.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements-docs.txt b/requirements-docs.txt index cf74980..ecc891b 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -12,7 +12,7 @@ # against the gunicorn>=23 floor below. So it installs with --no-deps and its # real dependencies are listed here explicitly instead. -dash[dev]>=4.2.0 +dash[dev]>=4.4.1 dash-mantine-components>=2.8.0 dash-iconify>=0.1.2 @@ -35,7 +35,7 @@ gunicorn>=23.0.0 # crawler prerender and the network directory. 2.3.4 floor is load-bearing: # it ships resolve_site_title (the /llms.txt H1 + viewer brand chip) and the # fixed crawler taxonomy — run.py refuses to boot below it. -dash-improve-my-llms[flask]>=2.3.4 +dash-improve-my-llms[flask]>=2.4.0 python-dotenv>=1.0.0 # DASH_BACKEND / .env support in lib/backend.py requests>=2.27.1 # 2plot.dev ad-network client (lib/ad_client.py) + diff --git a/requirements.txt b/requirements.txt index d6db5d1..7de518b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ # dash is required to call `build:backends` (component wrapper generation) -dash[dev]>=4.2.0 +dash[dev]>=4.4.1 dash-mantine-components>=2.8.0 diff --git a/tests/requirements.txt b/tests/requirements.txt index 588dd3e..b5dd290 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -2,4 +2,4 @@ # Switch into a virtual environment # pip install -r requirements.txt -dash[dev,testing]>=1.15.0 +dash[dev,testing]>=4.4.1