From 8e4e12da2fa6782eb1737ba47dea743231d7ad84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 05:26:43 +0000 Subject: [PATCH] build(deps): update albumentations requirement in /requirements 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/v0.1.1...2.0.2) --- updated-dependencies: - dependency-name: albumentations dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index d5528eff..03d66939 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,5 +1,5 @@ # common -albumentations<=1.3.1 +albumentations<=2.0.2 libusb1