From d037fd013b3313579846a3b1f8c370a186bcccdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 20:48:18 +0000 Subject: [PATCH] Bump the pip-dependencies group across 1 directory with 2 updates Bumps the pip-dependencies group with 2 updates in the / directory: [black](https://github.com/psf/black) and [pylint](https://github.com/pylint-dev/pylint). Updates `black` from 22.3.0 to 26.5.1 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/22.3.0...26.5.1) Updates `pylint` from 3.0.3 to 4.0.7 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.0.3...v4.0.7) --- updated-dependencies: - dependency-name: black dependency-version: 26.5.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-dependencies - dependency-name: pylint dependency-version: 4.0.7 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-dependencies ... Signed-off-by: dependabot[bot] --- requirements/ci.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/ci.txt b/requirements/ci.txt index ea1ba48fe0..6f15fe70dc 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -1,5 +1,5 @@ # Dependencies used by CI on github.com/plotly/dash -black==22.3.0 +black==26.5.1 flake8==7.3.0 flaky==3.8.1 flask-talisman==1.1.0 @@ -12,7 +12,7 @@ orjson>=3.10.11 openpyxl pandas>=1.4.0 pyarrow -pylint==3.0.3 +pylint==4.0.7 pytest-mock pytest-split pytest-sugar==1.1.1