From 5bc110e61dd70c7f39ea228242d6d55e4f50e747 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 07:05:17 +0000 Subject: [PATCH] Update dependency boto3-stubs to v1.35.70 (#13135) * Update dependency boto3-stubs to v1.35.70 * 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 0c79c1bfd2ca..1c1a9f135d57 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ test = [ "selenium==4.27.1" ] types = [ - "boto3-stubs==1.35.69", + "boto3-stubs==1.35.70", "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 dd0c3a069af3..468019f762d4 100644 --- a/uv.lock +++ b/uv.lock @@ -256,16 +256,16 @@ wheels = [ [[package]] name = "boto3-stubs" -version = "1.35.69" +version = "1.35.70" 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/84/9a/3e611a024617f53a6b5aa0a6ea4a533a68534cd42c193d48927cd5968525/boto3_stubs-1.35.69.tar.gz", hash = "sha256:474157a3441dc420d0c5195cabf59c8262b76d6baa3e96faf3a3b50a98e13354", size = 93528 } +sdist = { url = "https://files.pythonhosted.org/packages/d7/2f/7ec0a8fe5b2b112eb48402fc4dbb63f582a44cd7a00c44f20ec3463926d3/boto3_stubs-1.35.70.tar.gz", hash = "sha256:920040a940accfdb5fbc7703128c0997fa5e23701f641c9ef0b43a5266f6c110", size = 93549 } wheels = [ - { url = "https://files.pythonhosted.org/packages/71/c6/cc6e8dd3d7bb9734ad678029b3a3756a8910c9ffe63c4f42d1088cf110ed/boto3_stubs-1.35.69-py3-none-any.whl", hash = "sha256:50d0ffc55bd693d36fb572ead111ce63460deda2d508c4c03063bc98c216f929", size = 62845 }, + { url = "https://files.pythonhosted.org/packages/97/1d/13ed0b9efef4cb17ac135c64da6b96c5e5828b6adf84fa65f4ca34fa5805/boto3_stubs-1.35.70-py3-none-any.whl", hash = "sha256:509d720396e839bf1bbe5a8786beba5b8360f79ab0faeb1ee4a3def224400ffc", size = 62844 }, ] [[package]] @@ -3810,7 +3810,7 @@ requires-dist = [ [package.metadata.requires-dev] dev = [ - { name = "boto3-stubs", specifier = "==1.35.69" }, + { name = "boto3-stubs", specifier = "==1.35.70" }, { name = "celery-types", specifier = "==0.22.0" }, { name = "coverage", specifier = "==7.6.8" }, { name = "django-debug-toolbar", specifier = "==4.4.6" }, @@ -3854,7 +3854,7 @@ test = [ { name = "selenium", specifier = "==4.27.1" }, ] types = [ - { name = "boto3-stubs", specifier = "==1.35.69" }, + { name = "boto3-stubs", specifier = "==1.35.70" }, { name = "celery-types", specifier = "==0.22.0" }, { name = "django-stubs", specifier = "==5.1.1" }, { name = "django-stubs-ext", specifier = "==5.1.1" },