From 5705ed15f860ad94cb649ad09dd5da0f893bae54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 21:38:41 +0000 Subject: [PATCH] chore(deps): update dependency boto3-stubs to v1.37.2 --- pyproject.toml | 2 +- uv.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f60115733384..e7fa1ecdd681 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ test = [ "selenium==4.29.0" ] types = [ - "boto3-stubs==1.37.1", + "boto3-stubs==1.37.2", "celery-types==0.22.0", "django-stubs-ext==5.1.3", "django-stubs==5.1.3", diff --git a/uv.lock b/uv.lock index e9650d5b61be..a6d3d77fc20a 100644 --- a/uv.lock +++ b/uv.lock @@ -292,16 +292,16 @@ wheels = [ [[package]] name = "boto3-stubs" -version = "1.37.1" +version = "1.37.2" 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/bc/ae/252719bc3ef1dabfd5a1bd38b3d2811d2698894f783c870971b7e19308e8/boto3_stubs-1.37.1.tar.gz", hash = "sha256:beee1ec3bb11c7bac50299d945aca8789427cf8d3cd076d1459ae32106749a2a", size = 98425 } +sdist = { url = "https://files.pythonhosted.org/packages/8a/cd/50e99f2c4c204ccefad7106f834101b94cf74c37f236749784837b5de0dd/boto3_stubs-1.37.2.tar.gz", hash = "sha256:36c90a4f62f74c2d4337a83ccaf71128ab0acaa19d4eb15636ad0106e03bb801", size = 98417 } wheels = [ - { url = "https://files.pythonhosted.org/packages/e4/73/2d66858ab637b20af9fe8ab505c5338972b9d4c55ef15d98429f5b235e58/boto3_stubs-1.37.1-py3-none-any.whl", hash = "sha256:e771e8c627efe34a599e01144408569d2d299cf15288ea2e9bc5448e9b92e4fc", size = 68137 }, + { url = "https://files.pythonhosted.org/packages/f1/6c/4561aa3ced3c061eb0dca0c18115ea9bcb01bec57611a1ae23178d9e2485/boto3_stubs-1.37.2-py3-none-any.whl", hash = "sha256:2b4bb1fb2dd03a9a0c0b8fce09a463096f6ddec6fce686d916e3e8e32f553223", size = 68134 }, ] [[package]] @@ -4631,7 +4631,7 @@ provides-extras = ["alibaba", "all", "amazon", "antispam", "gelf", "gerrit", "go [package.metadata.requires-dev] dev = [ - { name = "boto3-stubs", specifier = "==1.37.1" }, + { name = "boto3-stubs", specifier = "==1.37.2" }, { name = "celery-types", specifier = "==0.22.0" }, { name = "coverage", specifier = "==7.6.12" }, { name = "django-debug-toolbar", specifier = "==5.0.1" }, @@ -4713,7 +4713,7 @@ test = [ { name = "selenium", specifier = "==4.29.0" }, ] types = [ - { name = "boto3-stubs", specifier = "==1.37.1" }, + { name = "boto3-stubs", specifier = "==1.37.2" }, { name = "celery-types", specifier = "==0.22.0" }, { name = "django-stubs", specifier = "==5.1.3" }, { name = "django-stubs-ext", specifier = "==5.1.3" },