From 2abb1053d4fd340a39972481c82afd8c9c205fac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 08:17:04 +0000 Subject: [PATCH] chore(deps): update albumentations requirement from >=1.3.0 to >=2.0.8 Updates the requirements on [albumentations](https://github.com/albumentations-team/albumentations) to permit the latest version. - [Release notes](https://github.com/albumentations-team/albumentations/releases) - [Commits](https://github.com/albumentations-team/albumentations/compare/1.3.0...2.0.8) --- updated-dependencies: - dependency-name: albumentations dependency-version: 2.0.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-install.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-install.txt b/requirements-install.txt index 3717f84..b8b67e2 100644 --- a/requirements-install.txt +++ b/requirements-install.txt @@ -13,7 +13,7 @@ pyproj>=3.4.0 # Computer Vision opencv-python>=4.5.0 pillow>=9.0.0 -albumentations>=1.3.0 +albumentations>=2.0.8 # Visualization matplotlib>=3.5.0 diff --git a/requirements.txt b/requirements.txt index 687a133..b836be1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ fiona>=1.9.0 # Computer Vision opencv-python>=4.5.0 pillow>=9.0.0 -albumentations>=1.3.0 +albumentations>=2.0.8 # Visualization matplotlib>=3.5.0