diff --git a/poetry.lock b/poetry.lock index 6a46047b..bba2f159 100644 --- a/poetry.lock +++ b/poetry.lock @@ -108,17 +108,17 @@ yaml = ["PyYAML"] [[package]] name = "boto3" -version = "1.35.53" +version = "1.35.54" description = "The AWS SDK for Python" optional = true python-versions = ">=3.8" files = [ - {file = "boto3-1.35.53-py3-none-any.whl", hash = "sha256:a9c0955df0b52b43749d81bde159343a40ea2a3537a46049336fe8193871b18e"}, - {file = "boto3-1.35.53.tar.gz", hash = "sha256:f4124548bb831e13504e805f2fbbfcee06df42fffea0655862c6eb9b95d6d1be"}, + {file = "boto3-1.35.54-py3-none-any.whl", hash = "sha256:2d5e160b614db55fbee7981001c54476cb827c441cef65b2fcb2c52a62019909"}, + {file = "boto3-1.35.54.tar.gz", hash = "sha256:7d9c359bbbc858a60b51c86328db813353c8bd1940212cdbd0a7da835291c2e1"}, ] [package.dependencies] -botocore = ">=1.35.53,<1.36.0" +botocore = ">=1.35.54,<1.36.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.10.0,<0.11.0" @@ -127,13 +127,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.35.53" +version = "1.35.54" description = "Low-level, data-driven core of boto 3." optional = true python-versions = ">=3.8" files = [ - {file = "botocore-1.35.53-py3-none-any.whl", hash = "sha256:12869640f2f9fab3152ea312a6906d5bc6ae15522cc74b6367ee1c273269a28b"}, - {file = "botocore-1.35.53.tar.gz", hash = "sha256:e610ae076ad1eaed5680d3990493659bbabdffd67b15c61d8373a23e4bc41062"}, + {file = "botocore-1.35.54-py3-none-any.whl", hash = "sha256:9cca1811094b6cdc144c2c063a3ec2db6d7c88194b04d4277cd34fc8e3473aff"}, + {file = "botocore-1.35.54.tar.gz", hash = "sha256:131bb59ce59c8a939b31e8e647242d70cf11d32d4529fa4dca01feea1e891a76"}, ] [package.dependencies] @@ -2221,4 +2221,4 @@ wsgi = ["pyramid"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.13" -content-hash = "9686732a1552fe10244f055d689518d5e90381db8adb8bb8834d353e5a07d137" +content-hash = "cfbc62efaf950140611fe219526936afbc6cec68a3296de9193f5141dec3a700" diff --git a/pyproject.toml b/pyproject.toml index a4abec78..101df2d6 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.23.1", optional = true } azure-identity = { version = "1.18.0", optional = true } -boto3 = { version = "1.35.53", optional = true } +boto3 = { version = "1.35.54", optional = true } bottle = "0.13.2" prometheus_client = { version = "0.21.0", optional = true } Pillow = "10.4.0"