From 0ecf2781dd9a796ebf1243ea3e00d5b8538d1578 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 04:14:27 +0000 Subject: [PATCH] Bump boto3 from 1.28.68 to 1.28.73 Bumps [boto3](https://github.com/boto/boto3) from 1.28.68 to 1.28.73. - [Release notes](https://github.com/boto/boto3/releases) - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/boto3/compare/1.28.68...1.28.73) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 16 ++++++++-------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index 70c77ea1..a2a0bb73 100644 --- a/poetry.lock +++ b/poetry.lock @@ -53,17 +53,17 @@ lxml = ["lxml"] [[package]] name = "boto3" -version = "1.28.68" +version = "1.28.73" description = "The AWS SDK for Python" optional = false python-versions = ">= 3.7" files = [ - {file = "boto3-1.28.68-py3-none-any.whl", hash = "sha256:0da96244df4771a8ee70b742c42759a440fdb9c8b7850584db7c5daf10e824e1"}, - {file = "boto3-1.28.68.tar.gz", hash = "sha256:cbc76ed54278be8cdc44ce6ee1980296f764fdff72c6bbe668169c07d4ca08f0"}, + {file = "boto3-1.28.73-py3-none-any.whl", hash = "sha256:bbe377a288b6b12b526fae3b3d743318c6868626cf67e1e97f104345a5194b1e"}, + {file = "boto3-1.28.73.tar.gz", hash = "sha256:a61cf96f7e196b1450afdf4856b7ea0e58080752e687b0011157be96934489be"}, ] [package.dependencies] -botocore = ">=1.31.68,<1.32.0" +botocore = ">=1.31.73,<1.32.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.7.0,<0.8.0" @@ -72,13 +72,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.31.68" +version = "1.31.73" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">= 3.7" files = [ - {file = "botocore-1.31.68-py3-none-any.whl", hash = "sha256:7b7065c502f5faa6cc2aa4b42b5fa34e5c0cd171e2952d6a9aeb26bfd44a54c3"}, - {file = "botocore-1.31.68.tar.gz", hash = "sha256:0813f02d00e46051364d9b5d5e697a90e988b336b87e949888c1444a59b8ba59"}, + {file = "botocore-1.31.73-py3-none-any.whl", hash = "sha256:6e9caaa7205e0c0505f4868a4053e96eaf3f4b6bce0368a46970a8efeeacb492"}, + {file = "botocore-1.31.73.tar.gz", hash = "sha256:5334c22d5a3f4643931896137c57b2496fef005b039d87d8740e7a28eb31519d"}, ] [package.dependencies] @@ -1447,4 +1447,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "~3.11" -content-hash = "7017b9699c7010c1bddf406a1e21f483bf1908c2879baa9ceb68501ffc5cabb2" +content-hash = "d5174733ef42ef018ce85d592f9c875fe040af73221dc60433a87b460e7cb8b1" diff --git a/pyproject.toml b/pyproject.toml index ca7048fb..ca8c9195 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ authors = ["Ali Karbassi "] [tool.poetry.dependencies] python = "3.11.3" arrow = "^1.3.0" -boto3 = "^1.28.68" +boto3 = "^1.28.73" django = "^4.2" django-active-link = "^0.1.8" django-allauth = "^0.57.0"