From 07c8f81f3137db7f71679d588473ce3bc7c004d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 03:28:28 +0000 Subject: [PATCH] chore(deps): update dependency boto3-stubs to v1.35.82 (#13314) * chore(deps): update dependency boto3-stubs to v1.35.82 * chore(deps): update lockfile --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] --- pyproject.toml | 2 +- uv.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b13a5cd67266..4db411bb0f45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ test = [ "selenium==4.27.1" ] types = [ - "boto3-stubs==1.35.81", + "boto3-stubs==1.35.82", "celery-types==0.22.0", "django-stubs-ext==5.1.1", "django-stubs==5.1.1", diff --git a/uv.lock b/uv.lock index 625f4ab04ed7..c52459dc1290 100644 --- a/uv.lock +++ b/uv.lock @@ -287,16 +287,16 @@ wheels = [ [[package]] name = "boto3-stubs" -version = "1.35.81" +version = "1.35.82" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "botocore-stubs" }, { name = "types-s3transfer" }, { name = "typing-extensions", marker = "python_full_version < '3.12'" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/3d/76/b117fd87c26e09d53c4594f109eb66c35ae1c56f27ca071c600883452eb7/boto3_stubs-1.35.81.tar.gz", hash = "sha256:d690a7286e7bb680ddbd0493f7f4119386f4f4389401cac227b8087b19f688cf", size = 95503 } +sdist = { url = "https://files.pythonhosted.org/packages/25/b2/1818ac34973c3737357cc17cc21bbc1c84d227b1b3aceea234ec986b76b0/boto3_stubs-1.35.82.tar.gz", hash = "sha256:2184a11bf011df3a079f7d28164838022601265a4a257d07e966d7c32cdb6ea1", size = 95472 } wheels = [ - { url = "https://files.pythonhosted.org/packages/af/13/c391bf25ef5ea1808d7d65ca1968f37c19bb22591fdce7e94aa43ac2b1a2/boto3_stubs-1.35.81-py3-none-any.whl", hash = "sha256:e9b82779553ae5ec3b35d1a6f245b148f6c5313152b9e591f542ff915fb20bfe", size = 65169 }, + { url = "https://files.pythonhosted.org/packages/36/5b/ff1c2846881065a8aab95797e078ac828b7de9be0f176606c54d18f6fe5b/boto3_stubs-1.35.82-py3-none-any.whl", hash = "sha256:c6fdac66202938bb2fe568d0c5287d9838ef161f4a2efeb584d8bb92c0a83c79", size = 65170 }, ] [[package]] @@ -4486,7 +4486,7 @@ requires-dist = [ [package.metadata.requires-dev] dev = [ - { name = "boto3-stubs", specifier = "==1.35.81" }, + { name = "boto3-stubs", specifier = "==1.35.82" }, { name = "celery-types", specifier = "==0.22.0" }, { name = "coverage", specifier = "==7.6.9" }, { name = "django-debug-toolbar", specifier = "==4.4.6" }, @@ -4554,7 +4554,7 @@ test = [ { name = "selenium", specifier = "==4.27.1" }, ] types = [ - { name = "boto3-stubs", specifier = "==1.35.81" }, + { name = "boto3-stubs", specifier = "==1.35.82" }, { name = "celery-types", specifier = "==0.22.0" }, { name = "django-stubs", specifier = "==5.1.1" }, { name = "django-stubs-ext", specifier = "==5.1.1" },