From 5114a98a2e4ba8453c66ca44836b47010fa5bdcf Mon Sep 17 00:00:00 2001 From: Tom Pollard Date: Thu, 9 Oct 2025 14:58:00 -0400 Subject: [PATCH] Bump botocore and boto3 to v1.40.48. --- poetry.lock | 38 +++++++++++++++++++------------------- pyproject.toml | 4 ++-- requirements.txt | 18 +++++++++--------- 3 files changed, 30 insertions(+), 30 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3cb1077cdc..01a2266f2a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -190,43 +190,43 @@ webencodings = "*" [[package]] name = "boto3" -version = "1.28.53" +version = "1.40.48" description = "The AWS SDK for Python" optional = false -python-versions = ">= 3.7" +python-versions = ">=3.9" groups = ["main", "dev"] files = [ - {file = "boto3-1.28.53-py3-none-any.whl", hash = "sha256:dc2da9aff7de359774030a243a09b74568664117e2afb77c6e4b90572ae3a6c3"}, - {file = "boto3-1.28.53.tar.gz", hash = "sha256:b95b0cc39f08402029c3a2bb141e1775cfa46576ebe9f9916f79bde90e27f53f"}, + {file = "boto3-1.40.48-py3-none-any.whl", hash = "sha256:8a5fb8b5509cd5ddaf3d1d1f0385c974038b47492ca25f3414042676d188f635"}, + {file = "boto3-1.40.48.tar.gz", hash = "sha256:b993bbef91f3796f0ae69b2a310a6cef41a06348ed80961f0ebc804680d8e9a4"}, ] [package.dependencies] -botocore = ">=1.31.53,<1.32.0" +botocore = ">=1.40.48,<1.41.0" jmespath = ">=0.7.1,<2.0.0" -s3transfer = ">=0.6.0,<0.7.0" +s3transfer = ">=0.14.0,<0.15.0" [package.extras] crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.31.53" +version = "1.40.48" description = "Low-level, data-driven core of boto 3." optional = false -python-versions = ">= 3.7" +python-versions = ">=3.9" groups = ["main", "dev"] files = [ - {file = "botocore-1.31.53-py3-none-any.whl", hash = "sha256:aa647f94039d21de97c969df21ce8c5186b68234eb5c53148f0d8bbd708e375d"}, - {file = "botocore-1.31.53.tar.gz", hash = "sha256:905580ea724d74f11652bab63fcec6bf0d32f1cf8b2963f7388efc0ea406b69b"}, + {file = "botocore-1.40.48-py3-none-any.whl", hash = "sha256:34795305bb5aa670befcbdc936fd144a0af5db5323d78e7245dbd6aa246bf3db"}, + {file = "botocore-1.40.48.tar.gz", hash = "sha256:18bed348ce707aa896065b424f36a0b8d542fa6810e9165618e105b1abf34e7e"}, ] [package.dependencies] jmespath = ">=0.7.1,<2.0.0" python-dateutil = ">=2.1,<3.0.0" -urllib3 = ">=1.25.4,<1.27" +urllib3 = {version = ">=1.25.4,<2.2.0 || >2.2.0,<3", markers = "python_version >= \"3.10\""} [package.extras] -crt = ["awscrt (==0.16.26)"] +crt = ["awscrt (==0.27.6)"] [[package]] name = "cachetools" @@ -2529,21 +2529,21 @@ pyasn1 = ">=0.1.3" [[package]] name = "s3transfer" -version = "0.6.2" +version = "0.14.0" description = "An Amazon S3 Transfer Manager" optional = false -python-versions = ">= 3.7" +python-versions = ">=3.9" groups = ["main", "dev"] files = [ - {file = "s3transfer-0.6.2-py3-none-any.whl", hash = "sha256:b014be3a8a2aab98cfe1abc7229cc5a9a0cf05eb9c1f2b86b230fd8df3f78084"}, - {file = "s3transfer-0.6.2.tar.gz", hash = "sha256:cab66d3380cca3e70939ef2255d01cd8aece6a4907a9528740f668c4b0611861"}, + {file = "s3transfer-0.14.0-py3-none-any.whl", hash = "sha256:ea3b790c7077558ed1f02a3072fb3cb992bbbd253392f4b6e9e8976941c7d456"}, + {file = "s3transfer-0.14.0.tar.gz", hash = "sha256:eff12264e7c8b4985074ccce27a3b38a485bb7f7422cc8046fee9be4983e4125"}, ] [package.dependencies] -botocore = ">=1.12.36,<2.0a.0" +botocore = ">=1.37.4,<2.0a.0" [package.extras] -crt = ["botocore[crt] (>=1.20.29,<2.0a.0)"] +crt = ["botocore[crt] (>=1.37.4,<2.0a.0)"] [[package]] name = "selenium" @@ -2900,4 +2900,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "f8fb5db5fd660ce3983bb34d0c3190765ff39e8bf72e85524f772b5fc8b874ca" +content-hash = "4267cd58454e8c45ba872669126f25f792ed222ade18747721781962fdd98d3f" diff --git a/pyproject.toml b/pyproject.toml index 62f1608eb6..276621fe4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,8 +8,8 @@ authors = [] aiohttp = "^3.12.15" python = "^3.11" bleach = "^3.3.0" -boto3 = "^1.28.53" -botocore = "^1.31.53" +boto3 = "^1.40.48" +botocore = "^1.40.48" chardet = "^3.0.4" cryptography = "^44.0.1" Django = "4.2.25" diff --git a/requirements.txt b/requirements.txt index ea8084f752..b8cf76e10d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -100,12 +100,12 @@ attrs==25.3.0 ; python_version >= "3.11" and python_version < "4.0" \ bleach==3.3.0 ; python_version >= "3.11" and python_version < "4.0" \ --hash=sha256:6123ddc1052673e52bab52cdc955bcb57a015264a1c57d37bea2f6b817af0125 \ --hash=sha256:98b3170739e5e83dd9dc19633f074727ad848cbedb6026708c8ac2d3b697a433 -boto3==1.28.53 ; python_version >= "3.11" and python_version < "4.0" \ - --hash=sha256:b95b0cc39f08402029c3a2bb141e1775cfa46576ebe9f9916f79bde90e27f53f \ - --hash=sha256:dc2da9aff7de359774030a243a09b74568664117e2afb77c6e4b90572ae3a6c3 -botocore==1.31.53 ; python_version >= "3.11" and python_version < "4.0" \ - --hash=sha256:905580ea724d74f11652bab63fcec6bf0d32f1cf8b2963f7388efc0ea406b69b \ - --hash=sha256:aa647f94039d21de97c969df21ce8c5186b68234eb5c53148f0d8bbd708e375d +boto3==1.40.48 ; python_version >= "3.11" and python_version < "4.0" \ + --hash=sha256:8a5fb8b5509cd5ddaf3d1d1f0385c974038b47492ca25f3414042676d188f635 \ + --hash=sha256:b993bbef91f3796f0ae69b2a310a6cef41a06348ed80961f0ebc804680d8e9a4 +botocore==1.40.48 ; python_version >= "3.11" and python_version < "4.0" \ + --hash=sha256:18bed348ce707aa896065b424f36a0b8d542fa6810e9165618e105b1abf34e7e \ + --hash=sha256:34795305bb5aa670befcbdc936fd144a0af5db5323d78e7245dbd6aa246bf3db cachetools==4.2.2 ; python_version >= "3.11" and python_version < "4.0" \ --hash=sha256:2cc0b89715337ab6dbba85b5b50effe2b0c74e035d83ee8ed637cf52f12ae001 \ --hash=sha256:61b5ed1e22a0924aed1d23b478f37e8d52549ff8a961de2909c69bf950020cff @@ -1362,9 +1362,9 @@ rpds-py==0.27.1 ; python_version >= "3.11" and python_version < "4.0" \ rsa==4.7.2 ; python_version >= "3.11" and python_version < "4.0" \ --hash=sha256:78f9a9bf4e7be0c5ded4583326e7461e3a3c5aae24073648b4bdfa797d78c9d2 \ --hash=sha256:9d689e6ca1b3038bc82bf8d23e944b6b6037bc02301a574935b2dd946e0353b9 -s3transfer==0.6.2 ; python_version >= "3.11" and python_version < "4.0" \ - --hash=sha256:b014be3a8a2aab98cfe1abc7229cc5a9a0cf05eb9c1f2b86b230fd8df3f78084 \ - --hash=sha256:cab66d3380cca3e70939ef2255d01cd8aece6a4907a9528740f668c4b0611861 +s3transfer==0.14.0 ; python_version >= "3.11" and python_version < "4.0" \ + --hash=sha256:ea3b790c7077558ed1f02a3072fb3cb992bbbd253392f4b6e9e8976941c7d456 \ + --hash=sha256:eff12264e7c8b4985074ccce27a3b38a485bb7f7422cc8046fee9be4983e4125 selenium==3.141.0 ; python_version >= "3.11" and python_version < "4.0" \ --hash=sha256:2d7131d7bc5a5b99a2d9b04aaf2612c411b03b8ca1b1ee8d3de5845a9be2cb3c \ --hash=sha256:deaf32b60ad91a4611b98d8002757f29e6f2c2d5fcaf202e1c9ad06d6772300d