From 34dc35f4c11177f70d060c5f33ffc59a63ff29f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 20:32:51 +0200 Subject: [PATCH] build(deps): bump tqdm from 4.66.1 to 4.66.3 in /scripts/sync-s3-images in the pip group across 1 directory (#10225) build(deps): bump tqdm Bumps the pip group with 1 update in the /scripts/sync-s3-images directory: [tqdm](https://github.com/tqdm/tqdm). Updates `tqdm` from 4.66.1 to 4.66.3 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.1...v4.66.3) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- scripts/sync-s3-images/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/sync-s3-images/requirements.txt b/scripts/sync-s3-images/requirements.txt index d52d3e1648673..664e3097b4776 100644 --- a/scripts/sync-s3-images/requirements.txt +++ b/scripts/sync-s3-images/requirements.txt @@ -1,4 +1,4 @@ openfoodfacts==0.1.12 orjson==3.9.15 boto3==1.34.22 -tqdm==4.66.1 \ No newline at end of file +tqdm==4.66.3 \ No newline at end of file