From ccac105ab875cf467fbc5df72a7365e0858dd60c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Sep 2026 19:52:48 +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 25.11.0 - [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...25.11.0) Updates `pylint` from 3.0.3 to 3.3.9 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.0.3...v3.3.9) --- updated-dependencies: - dependency-name: black dependency-version: 25.11.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-dependencies - dependency-name: pylint dependency-version: 3.3.9 dependency-type: direct:production update-type: version-update:semver-minor 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 db3c682712..aacae4c5be 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==25.11.0 flake8==7.3.0 flaky==3.8.1 flask-talisman==1.1.0 @@ -13,7 +13,7 @@ orjson>=3.10.11 openpyxl pandas>=1.4.0 pyarrow -pylint==3.0.3 +pylint==3.3.9 pytest-mock pytest-split pytest-sugar==1.1.1