From 691494c8e3e7c2e2ef8406eeeb9a0954602a8126 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 06:04:38 +0000 Subject: [PATCH] chore(deps): bump the python-packages group across 1 directory with 2 updates Bumps the python-packages group with 2 updates in the / directory: [tqdm](https://github.com/tqdm/tqdm) and [black](https://github.com/psf/black). Updates `tqdm` from 4.67.1 to 4.67.2 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.67.1...v4.67.2) Updates `black` from 25.12.0 to 26.1.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/25.12.0...26.1.0) --- updated-dependencies: - dependency-name: tqdm dependency-version: 4.67.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: black dependency-version: 26.1.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 05357ba..b20aecc 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,2 +1,2 @@ -black==25.12.0 +black==26.1.0 isort==7.0.0 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index ccbf806..cc9134f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ matplotlib>=3.7.0 h5py>=3.8.0 PyYAML>=6.0 requests==2.32.5 -tqdm==4.67.1 +tqdm==4.67.2 # Deep Learning and Computer Vision segmentation-models-pytorch>=0.3.0