From 5381aa16b5834010752549d788b8879a2d65a8d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 07:34:47 +0000 Subject: [PATCH] build(deps): Bump boto3 from 1.38.31 to 1.39.0 Bumps [boto3](https://github.com/boto/boto3) from 1.38.31 to 1.39.0. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.38.31...1.39.0) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.39.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 18 +++++++++--------- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0ebf8801..3b505a85 100644 --- a/poetry.lock +++ b/poetry.lock @@ -37,18 +37,18 @@ tests = ["mypy (>=0.800)", "pytest", "pytest-asyncio"] [[package]] name = "boto3" -version = "1.38.31" +version = "1.39.0" description = "The AWS SDK for Python" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "boto3-1.38.31-py3-none-any.whl", hash = "sha256:809945a62d8bea5bbb4e85261530b6481c08aa21579864aa885cb8fd0768ee17"}, - {file = "boto3-1.38.31.tar.gz", hash = "sha256:491a4f1f2ae64f8e45a9d97896684dde5d8d14d8ab5083d4545ab3cb6a9b005e"}, + {file = "boto3-1.39.0-py3-none-any.whl", hash = "sha256:6257f6f7bb87b66342564eab579ce1f0f63a4c1a6f701492f959e59bd7af68e5"}, + {file = "boto3-1.39.0.tar.gz", hash = "sha256:52a9f07fb9fa60ec6a2be07cd1586a97d8adae2be750121d4c032349cd113221"}, ] [package.dependencies] -botocore = ">=1.38.31,<1.39.0" +botocore = ">=1.39.0,<1.40.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.13.0,<0.14.0" @@ -57,14 +57,14 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.38.31" +version = "1.39.0" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "botocore-1.38.31-py3-none-any.whl", hash = "sha256:6c2767fac62a3b564c7bba7da4724b79351102a19fb491ed24ae9e2627d9f30b"}, - {file = "botocore-1.38.31.tar.gz", hash = "sha256:50daef3457ebcab25daaa28a087986575510529bdc3cc784f86e8cb187f7a4ff"}, + {file = "botocore-1.39.0-py3-none-any.whl", hash = "sha256:d8e72850d3450aeca355b654efb32c8370bf824c1945a61cad2395dc2688581e"}, + {file = "botocore-1.39.0.tar.gz", hash = "sha256:2b8701e529a80241b989d83262a629d0d91fbd7a06ded63ecc1c9d529a383d57"}, ] [package.dependencies] @@ -1359,7 +1359,7 @@ version = "2.5.0" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false python-versions = ">=3.9" -groups = ["main", "dev"] +groups = ["main"] files = [ {file = "urllib3-2.5.0-py3-none-any.whl", hash = "sha256:e6b01673c0fa6a13e374b50871808eb3bf7046c4b125b216f6bf1cc604cff0dc"}, {file = "urllib3-2.5.0.tar.gz", hash = "sha256:3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760"}, @@ -1389,4 +1389,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.1" python-versions = "3.11.9" -content-hash = "8dc3cd4117ceae4a2f42bd37570abd854f830150d07c27e3d2db7711e2b24ba4" +content-hash = "68414eb5a99357c7cb882441c1e50630546253e36d8cb86bafa144061db7bbb7" diff --git a/pyproject.toml b/pyproject.toml index 2cb1741c..8a8d5d7b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ authors = ["Ali Karbassi "] [tool.poetry.dependencies] python = "3.11.9" arrow = "^1.3.0" -boto3 = "^1.38.31" +boto3 = "^1.39.0" django = "^5.2" django-active-link = "^0.2.2" django-allauth = {extras = ["socialaccount"], version = "^65.9.0"}