From ef95a3cc251a84cf0685a54c74b5a17383c33a77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 05:24:40 +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.5) --- 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..1d293a88 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,5 +1,5 @@ # common -albumentations<=1.3.1 +albumentations<=2.0.5 libusb1