Skip to content

Commit 7e4fe78

Browse files
Update boto3 requirement from <1.41.0,>=1.35.99 to >=1.35.99,<1.43.0
Updates the requirements on [boto3](https://github.com/boto/boto3) to permit the latest version. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.35.99...1.42.0) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.42.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0ef86e1 commit 7e4fe78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies = [
2929
"asyncio-pool~=0.6.0",
3030
"beautifulsoup4~=4.12",
3131
"bleach~=6.2",
32-
"boto3>=1.35.99,<1.41.0",
32+
"boto3>=1.35.99,<1.43.0",
3333
"certifi~=2025.0,>=2025.4.26",
3434
"click~=8.1,>=8.1.8",
3535
"cssselect~=1.3",

0 commit comments

Comments
 (0)