From cee0488b90c9366daa310a4b068ff88ee98c521e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Jul 2025 19:20:04 +0000 Subject: [PATCH] Bump boto3-stubs from 1.39.0 to 1.39.3 Bumps [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) from 1.39.0 to 1.39.3. - [Release notes](https://github.com/youtype/mypy_boto3_builder/releases) - [Commits](https://github.com/youtype/mypy_boto3_builder/commits) --- updated-dependencies: - dependency-name: boto3-stubs dependency-version: 1.39.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6c92439..72f9999 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "openai~=1.93.3", "bcrypt~=4.3.0", "boto3~=1.39.3", - "boto3-stubs==1.39.3", + "boto3-stubs==1.39.4", "llmaix~=0.0.12", "redis~=6.2.0", "celery~=5.5.3", diff --git a/uv.lock b/uv.lock index 322c626..ed56344 100644 --- a/uv.lock +++ b/uv.lock @@ -133,15 +133,15 @@ wheels = [ [[package]] name = "boto3-stubs" -version = "1.39.3" +version = "1.39.4" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "botocore-stubs" }, { name = "types-s3transfer" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/f0/ea/85b9940d6eedc04d0c6febf24d27311b6ee54f85ccc37192eb4db0dff5d6/boto3_stubs-1.39.3.tar.gz", hash = "sha256:9aad443b1d690951fd9ccb6fa20ad387bd0b1054c704566ff65dd0043a63fc26", size = 99947, upload-time = "2025-07-03T19:28:15.602Z" } +sdist = { url = "https://files.pythonhosted.org/packages/53/df/f3efdf2ba46f32cf30a42807c8f556b71775ae9f021143a72410361961a7/boto3_stubs-1.39.4.tar.gz", hash = "sha256:29b2a35fdb01f82bd08c667771effcc75df13e0a673f1dbcd2538937005d3f30", size = 99993, upload-time = "2025-07-09T19:28:46.897Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/be/b8/0c56297e5f290de17e838c7e4ff338f5b94351c6566aed70ee197a671dc5/boto3_stubs-1.39.3-py3-none-any.whl", hash = "sha256:4daddb19374efa6d1bef7aded9cede0075f380722a9e60ab129ebba14ae66b69", size = 69196, upload-time = "2025-07-03T19:28:09.4Z" }, + { url = "https://files.pythonhosted.org/packages/4b/63/bcbf7b35c03a52372360e84e2c2930395f9bdfbdedbb70e9e9c067577c09/boto3_stubs-1.39.4-py3-none-any.whl", hash = "sha256:fd0b22946dfbb992e51912fe8a7ce6b97f1855211d2b4de24f21af325f94e9c7", size = 69195, upload-time = "2025-07-09T19:28:38.363Z" }, ] [[package]] @@ -814,7 +814,7 @@ dev = [ requires-dist = [ { name = "bcrypt", specifier = "~=4.3.0" }, { name = "boto3", specifier = "~=1.39.3" }, - { name = "boto3-stubs", specifier = "==1.39.3" }, + { name = "boto3-stubs", specifier = "==1.39.4" }, { name = "celery", specifier = "~=5.5.3" }, { name = "fastapi", extras = ["standard"], specifier = ">=0.116.0" }, { name = "jsonschema", specifier = "~=4.24.0" },