From 2e9ae47a58d0a43e99c78916f56f8f5a98a7a932 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 06:56:55 +0000 Subject: [PATCH] chore(deps): Bump boto3 from 1.34.28 to 1.34.30 Bumps [boto3](https://github.com/boto/boto3) from 1.34.28 to 1.34.30. - [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.34.28...1.34.30) --- 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 | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index a83395e1..460f48ea 100644 --- a/poetry.lock +++ b/poetry.lock @@ -59,17 +59,17 @@ lxml = ["lxml"] [[package]] name = "boto3" -version = "1.34.28" +version = "1.34.30" description = "The AWS SDK for Python" optional = false python-versions = ">= 3.8" files = [ - {file = "boto3-1.34.28-py3-none-any.whl", hash = "sha256:fb56622ce195c06ae0d15ae9472d44529362a869ad52862a5a28b891530969f9"}, - {file = "boto3-1.34.28.tar.gz", hash = "sha256:9e0dcca7bb0567f7b4b84d1d26c19b217abfe149d19106af7f120f09142688cf"}, + {file = "boto3-1.34.30-py3-none-any.whl", hash = "sha256:cd6173380768faaecf6236dbdcec15d8d032cbb162ce354fdb111056a74fc298"}, + {file = "boto3-1.34.30.tar.gz", hash = "sha256:9e1476ce2b26437881a0381bf2daa54de619ac74ab4bd74278668acda6004a64"}, ] [package.dependencies] -botocore = ">=1.34.28,<1.35.0" +botocore = ">=1.34.30,<1.35.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.10.0,<0.11.0" @@ -78,13 +78,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.34.28" +version = "1.34.30" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">= 3.8" files = [ - {file = "botocore-1.34.28-py3-none-any.whl", hash = "sha256:03be8209257ab65f3c8be7377cf8d38bff6a6afbe3d36c72924e48959bb694dc"}, - {file = "botocore-1.34.28.tar.gz", hash = "sha256:45c99ccc6389ab1a87e996a7cc8797c7e41d5ecd9a5757d567ba3a57cb7655e7"}, + {file = "botocore-1.34.30-py3-none-any.whl", hash = "sha256:caf82d91c2ff61235284a07ffdfba006873e0752e00896052f901a37720cefa4"}, + {file = "botocore-1.34.30.tar.gz", hash = "sha256:e071a9766e7fc2221ca42ec01dfc54368a7518610787342ea622f6edc57f7891"}, ] [package.dependencies] @@ -1233,4 +1233,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "9c697a8b2da6683141c014092d0c01e7df5f5ac0f99603be81c8704a6831d4b0" +content-hash = "fec629b191448abf97ec3ff9b02c94e72aae574210427fadb197bf53f4ac0431" diff --git a/pyproject.toml b/pyproject.toml index b5ac97b8..c44092ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.8.1" resourcebundle = "^2.1.0" -boto3 = "^1.34.28" +boto3 = "^1.34.30" toml = "^0.10.2" [tool.poetry.group.dev.dependencies] @@ -40,7 +40,7 @@ psycopg-binary = "^3.1.17" mysql-connector-python = "^8.3.0" [tool.poetry.group.test.dependencies] -boto3 = "^1.34.28" +boto3 = "^1.34.30" coverage = "^7.4.1" debugpy = "^1.8.0" pydevd-pycharm = "^233.13763.5"