diff --git a/poetry.lock b/poetry.lock index fb241083..9c22e8da 100644 --- a/poetry.lock +++ b/poetry.lock @@ -113,17 +113,17 @@ yaml = ["PyYAML"] [[package]] name = "boto3" -version = "1.34.162" +version = "1.35.31" description = "The AWS SDK for Python" optional = true python-versions = ">=3.8" files = [ - {file = "boto3-1.34.162-py3-none-any.whl", hash = "sha256:d6f6096bdab35a0c0deff469563b87d184a28df7689790f7fe7be98502b7c590"}, - {file = "boto3-1.34.162.tar.gz", hash = "sha256:873f8f5d2f6f85f1018cbb0535b03cceddc7b655b61f66a0a56995238804f41f"}, + {file = "boto3-1.35.31-py3-none-any.whl", hash = "sha256:2e9af74d10d8af7610a8d8468d2914961f116912a024fce17351825260385a52"}, + {file = "boto3-1.35.31.tar.gz", hash = "sha256:8c593af260c4ea3eb6f079c09908f94494ca2222aa4e40a7ff490fab1cee8b39"}, ] [package.dependencies] -botocore = ">=1.34.162,<1.35.0" +botocore = ">=1.35.31,<1.36.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.10.0,<0.11.0" @@ -132,13 +132,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.34.162" +version = "1.35.31" description = "Low-level, data-driven core of boto 3." optional = true python-versions = ">=3.8" files = [ - {file = "botocore-1.34.162-py3-none-any.whl", hash = "sha256:2d918b02db88d27a75b48275e6fb2506e9adaaddbec1ffa6a8a0898b34e769be"}, - {file = "botocore-1.34.162.tar.gz", hash = "sha256:adc23be4fb99ad31961236342b7cbf3c0bfc62532cd02852196032e8c0d682f3"}, + {file = "botocore-1.35.31-py3-none-any.whl", hash = "sha256:4cee814875bc78656aef4011d3d6b2231e96f53ea3661ee428201afb579d5c31"}, + {file = "botocore-1.35.31.tar.gz", hash = "sha256:f7bfa910cf2cbcc8c2307c1cf7b93495d614c2d699883417893e0a337fe4eb63"}, ] [package.dependencies] @@ -147,7 +147,7 @@ python-dateutil = ">=2.1,<3.0.0" urllib3 = {version = ">=1.25.4,<2.2.0 || >2.2.0,<3", markers = "python_version >= \"3.10\""} [package.extras] -crt = ["awscrt (==0.21.2)"] +crt = ["awscrt (==0.21.5)"] [[package]] name = "bottle" @@ -2332,4 +2332,4 @@ wsgi = ["pyramid"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.13" -content-hash = "a495ce2e66e50c6b3e5dea93f74aecd912ce23e855f4935e801bb68bc4ed8f61" +content-hash = "b2bdb8738efa5517fa75fab6d33af4072f4eb359a3536a90f570f70c0338f584" diff --git a/pyproject.toml b/pyproject.toml index 08a13ab2..a93a0dff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ tc-viewer = "tilecloud.scripts.tc_viewer:main" python = ">=3.10,<3.13" azure-storage-blob = { version = "12.19.1", optional = true } azure-identity = { version = "1.18.0", optional = true } -boto3 = { version = "1.34.162", optional = true } +boto3 = { version = "1.35.31", optional = true } bottle = "0.12.25" prometheus_client = { version = "0.20.0", optional = true } Pillow = "10.3.0"