From 66a7c3c9da2327124788ae5e89f01b33e01d36c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 01:03:18 +0000 Subject: [PATCH] chore(deps): update dependency boto3-stubs to v1.35.91 (#13424) * chore(deps): update dependency boto3-stubs to v1.35.91 * 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 | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 559166a1c23c..6a6a9387fdd3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ test = [ "selenium==4.27.1" ] types = [ - "boto3-stubs==1.35.90", + "boto3-stubs==1.35.91", "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 3d9c49c9185e..234dc8aa98fe 100644 --- a/uv.lock +++ b/uv.lock @@ -287,16 +287,15 @@ wheels = [ [[package]] name = "boto3-stubs" -version = "1.35.90" +version = "1.35.91" 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/b4/5c/7e0840603d84a2f86abc2283d6a4a7dc6928ed479e38a3fd06fceeab1c2e/boto3_stubs-1.35.90.tar.gz", hash = "sha256:23a3834d51c603b808847df5dd56b6c75d9c39e897848e65570d86b415d5f469", size = 98883 } wheels = [ - { url = "https://files.pythonhosted.org/packages/04/53/2f999821eb7627083c2bba776c6d0ad17fd4f66fcc4a66389cded3c7de3d/boto3_stubs-1.35.90-py3-none-any.whl", hash = "sha256:68f384c11267c0eac982e041e4af0bc88efae6816b8def74aca40de76acbd45d", size = 68428 }, + { url = "https://files.pythonhosted.org/packages/02/75/997fd0e5385e153d61bfbd6699fd67162ba4ae2f564fad74b6a2acce912c/boto3_stubs-1.35.91-py3-none-any.whl", hash = "sha256:e4301b9d05b31fbfea382d0d1d950c2178f7fca03058b31373fac9a4cdf89438", size = 68421 }, ] [[package]] @@ -4492,7 +4491,7 @@ requires-dist = [ [package.metadata.requires-dev] dev = [ - { name = "boto3-stubs", specifier = "==1.35.90" }, + { name = "boto3-stubs", specifier = "==1.35.91" }, { name = "celery-types", specifier = "==0.22.0" }, { name = "coverage", specifier = "==7.6.10" }, { name = "django-debug-toolbar", specifier = "==4.4.6" }, @@ -4560,7 +4559,7 @@ test = [ { name = "selenium", specifier = "==4.27.1" }, ] types = [ - { name = "boto3-stubs", specifier = "==1.35.90" }, + { name = "boto3-stubs", specifier = "==1.35.91" }, { name = "celery-types", specifier = "==0.22.0" }, { name = "django-stubs", specifier = "==5.1.1" }, { name = "django-stubs-ext", specifier = "==5.1.1" },