diff --git a/poetry.lock b/poetry.lock index dd072777..44d8bf33 100644 --- a/poetry.lock +++ b/poetry.lock @@ -108,17 +108,17 @@ yaml = ["PyYAML"] [[package]] name = "boto3" -version = "1.35.54" +version = "1.35.71" description = "The AWS SDK for Python" optional = true python-versions = ">=3.8" files = [ - {file = "boto3-1.35.54-py3-none-any.whl", hash = "sha256:2d5e160b614db55fbee7981001c54476cb827c441cef65b2fcb2c52a62019909"}, - {file = "boto3-1.35.54.tar.gz", hash = "sha256:7d9c359bbbc858a60b51c86328db813353c8bd1940212cdbd0a7da835291c2e1"}, + {file = "boto3-1.35.71-py3-none-any.whl", hash = "sha256:e2969a246bb3208122b3c349c49cc6604c6fc3fc2b2f65d99d3e8ccd745b0c16"}, + {file = "boto3-1.35.71.tar.gz", hash = "sha256:3ed7172b3d4fceb6218bb0ec3668c4d40c03690939c2fca4f22bb875d741a07f"}, ] [package.dependencies] -botocore = ">=1.35.54,<1.36.0" +botocore = ">=1.35.71,<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.54" +version = "1.35.71" description = "Low-level, data-driven core of boto 3." optional = true python-versions = ">=3.8" files = [ - {file = "botocore-1.35.54-py3-none-any.whl", hash = "sha256:9cca1811094b6cdc144c2c063a3ec2db6d7c88194b04d4277cd34fc8e3473aff"}, - {file = "botocore-1.35.54.tar.gz", hash = "sha256:131bb59ce59c8a939b31e8e647242d70cf11d32d4529fa4dca01feea1e891a76"}, + {file = "botocore-1.35.71-py3-none-any.whl", hash = "sha256:fc46e7ab1df3cef66dfba1633f4da77c75e07365b36f03bd64a3793634be8fc1"}, + {file = "botocore-1.35.71.tar.gz", hash = "sha256:f9fa058e0393660c3fe53c1e044751beb64b586def0bd2212448a7c328b0cbba"}, ] [package.dependencies] @@ -1535,13 +1535,13 @@ test = ["setuptools (>=60)", "zest.releaser[recommended]"] [[package]] name = "pytest" -version = "8.3.3" +version = "8.3.4" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.3.3-py3-none-any.whl", hash = "sha256:a6853c7375b2663155079443d2e45de913a911a11d669df02a50814944db57b2"}, - {file = "pytest-8.3.3.tar.gz", hash = "sha256:70b98107bd648308a7952b06e6ca9a50bc660be218d53c257cc1fc94fda10181"}, + {file = "pytest-8.3.4-py3-none-any.whl", hash = "sha256:50e16d954148559c9a74109af1eaf0c945ba2d8f30f0a3d3335edde19788b6f6"}, + {file = "pytest-8.3.4.tar.gz", hash = "sha256:965370d062bce11e73868e0335abac31b4d3de0e82f4007408d242b4f8610761"}, ] [package.dependencies] @@ -2216,4 +2216,4 @@ wsgi = ["pyramid"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.13" -content-hash = "3a2504948be37e9463118e9ff8ac51ada3d172093321c02a81fe73d0d85e72b1" +content-hash = "c81a866a8fbb428b443e278cd69ef00c2bfea98138019e21b82d545a6ee6926b" diff --git a/pyproject.toml b/pyproject.toml index 44e77c2f..cf42c1e1 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.19.0", optional = true } -boto3 = { version = "1.35.54", optional = true } +boto3 = { version = "1.35.71", optional = true } bottle = "0.13.2" prometheus_client = { version = "0.21.0", optional = true } Pillow = "11.0.0" @@ -74,7 +74,7 @@ all = ["azure-storage-blob", "azure-identity", "boto3", "pyramid", "redis", "pro prospector = { version = "1.12.1", extras = ["with_bandit", "with_mypy", "with_pyroma"] } prospector-profile-duplicated = "1.6.0" prospector-profile-utils = "1.9.1" -pytest = "8.3.3" +pytest = "8.3.4" pytest-cov = "6.0.0" types-boto = "2.49.18.20241019" types-redis = "4.6.0.20241004"