From 752c91ae09d0c732277c11002aa2da37c8c89822 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 01:50:38 +0000 Subject: [PATCH] chore(deps): update pip packages: Bump boto3 Bumps [boto3](https://github.com/boto/boto3) from 1.36.13 to 1.37.33. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.36.13...1.37.33) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.37.33 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- samples/document-explorer/client_app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/document-explorer/client_app/requirements.txt b/samples/document-explorer/client_app/requirements.txt index 8a3785a..75cd680 100644 --- a/samples/document-explorer/client_app/requirements.txt +++ b/samples/document-explorer/client_app/requirements.txt @@ -1,4 +1,4 @@ -boto3==1.36.13 +boto3==1.37.33 cryptography==44.0.0 pandas==2.2.3 PyJWT==2.10.1