From 44c36d8f1a21f188384c48caaabbbe94ca077bb1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 10:55:26 +0000 Subject: [PATCH] Update all patch versions --- doc/poetry.lock | 22 +++++++++++----------- doc/pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/doc/poetry.lock b/doc/poetry.lock index 44aff56060..31c507dc02 100644 --- a/doc/poetry.lock +++ b/doc/poetry.lock @@ -151,17 +151,17 @@ test-tox-coverage = ["coverage (>=5.5)"] [[package]] name = "boto3" -version = "1.35.54" +version = "1.35.68" description = "The AWS SDK for Python" optional = false 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.68-py3-none-any.whl", hash = "sha256:9b26fa31901da7793c1dcd65eee9bab7e897d8aa1ffed0b5e1c3bce93d2aefe4"}, + {file = "boto3-1.35.68.tar.gz", hash = "sha256:091d6bed1422370987a839bff3f8755df7404fc15e9fac2a48e8505356f07433"}, ] [package.dependencies] -botocore = ">=1.35.54,<1.36.0" +botocore = ">=1.35.68,<1.36.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.10.0,<0.11.0" @@ -170,13 +170,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.35.54" +version = "1.35.72" description = "Low-level, data-driven core of boto 3." optional = false 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.72-py3-none-any.whl", hash = "sha256:7412877c3f766a1bfd09236e225ce1f0dc2c35e47949ae423e56e2093c8fa23a"}, + {file = "botocore-1.35.72.tar.gz", hash = "sha256:6b5fac38ef7cfdbc7781a751e0f78833ccb9149ba815bc238b1dbb75c90fbae5"}, ] [package.dependencies] @@ -200,13 +200,13 @@ files = [ [[package]] name = "c2cwsgiutils" -version = "6.1.2" +version = "6.1.5" description = "Common utilities for Camptocamp WSGI applications" optional = false python-versions = ">=3.10" files = [ - {file = "c2cwsgiutils-6.1.2-py3-none-any.whl", hash = "sha256:21d3833f1df8a431c6907880b127a6c1edb12efee6536f5f913797ac7d744fa1"}, - {file = "c2cwsgiutils-6.1.2.tar.gz", hash = "sha256:969938bbe6f4b961c47803107e0e3b17dced8e3e7010966056bff38353645103"}, + {file = "c2cwsgiutils-6.1.5-py3-none-any.whl", hash = "sha256:37337c84004fcaabbaa18fcb711534926d7bea94c5719f9fbe8afe66b8f6b6c5"}, + {file = "c2cwsgiutils-6.1.5.tar.gz", hash = "sha256:b5d8f8529a9b7bfb01b5f11aba6a3b60bc3f3f4aacf6fdb236b009d28643b59b"}, ] [package.dependencies] @@ -2591,4 +2591,4 @@ test = ["zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.13" -content-hash = "f0c49288b22eb05070481dfcfe58b7334fc6e6c4ee6b4d71483d744cd49d8131" +content-hash = "1c703d27a3c6fb7c4a00eb2552ee387a87506b65ccff386d4f87590bf4ae53b0" diff --git a/doc/pyproject.toml b/doc/pyproject.toml index a35997913b..5288612b55 100644 --- a/doc/pyproject.toml +++ b/doc/pyproject.toml @@ -24,4 +24,4 @@ Sphinx-Substitution-Extensions = { extras = ["prompt"], version = "2024.10.17" } sphinxcontrib-mermaid = "1.0.0" c2cwsgiutils = ">=6.0.0.dev148" tilecloud-chain = "1.21.0" -boto3 = { version = "1.35.54", optional = true } +boto3 = { version = "1.35.68", optional = true }