From b1439023fbeb52da026a48aabab6e22788be4576 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 16:22:03 +0000 Subject: [PATCH] build(deps): update botocore requirement in /requirements Updates the requirements on [botocore](https://github.com/boto/botocore) to permit the latest version. - [Commits](https://github.com/boto/botocore/compare/0.4.1...1.35.53) --- updated-dependencies: - dependency-name: botocore dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/deps/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/deps/constraints.txt b/requirements/deps/constraints.txt index 5700719383..46fcade954 100644 --- a/requirements/deps/constraints.txt +++ b/requirements/deps/constraints.txt @@ -13,7 +13,7 @@ tokenizers>=0.19,<0.20 # updated or we drop support for 3.9 urllib3<1.27 # TODO: Constriant due to aiobotocore, remove when that gets updates: -botocore<1.34.132 +botocore<1.35.54 # TODO: Constriant due to both 8.5.0 and 8.4.0 being installed during pip-compile importlib-metadata>=8.5.0 # (austin): Versions below this have a different interface for passing parameters