From 9384c6b2d765c9c5f323d989458c1341c3f848da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 07:03:02 +0000 Subject: [PATCH] chore(deps): Bump boto3 from 1.34.43 to 1.34.44 Bumps [boto3](https://github.com/boto/boto3) from 1.34.43 to 1.34.44. - [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.43...1.34.44) --- 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 7e4677ec..4f6cbb3c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -59,17 +59,17 @@ lxml = ["lxml"] [[package]] name = "boto3" -version = "1.34.43" +version = "1.34.44" description = "The AWS SDK for Python" optional = false python-versions = ">= 3.8" files = [ - {file = "boto3-1.34.43-py3-none-any.whl", hash = "sha256:179cdcff2dee116ff0bbe10c21a374fff8ae0d9ea3842bd8dd2c9f69e8185d91"}, - {file = "boto3-1.34.43.tar.gz", hash = "sha256:ed646f600b76939d54fa1ff868415793551a5a08b9de0a09696b46d116da7da5"}, + {file = "boto3-1.34.44-py3-none-any.whl", hash = "sha256:40f89fb2acee0a0879effe81badffcd801a348e715483227223241ae311c48fc"}, + {file = "boto3-1.34.44.tar.gz", hash = "sha256:86bcf79a56631609a9f8023fe8f53e2869702bdd4c9047c6d9f091eb39c9b0fa"}, ] [package.dependencies] -botocore = ">=1.34.43,<1.35.0" +botocore = ">=1.34.44,<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.43" +version = "1.34.44" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">= 3.8" files = [ - {file = "botocore-1.34.43-py3-none-any.whl", hash = "sha256:ab7d8046a8c3326ecf3d9f9884e79aa77fed864416ed8af52b9e22ab055acf4e"}, - {file = "botocore-1.34.43.tar.gz", hash = "sha256:00dea9fd602dc97420318d373079bdfcc8da34501aaa908ab98b477526bdefec"}, + {file = "botocore-1.34.44-py3-none-any.whl", hash = "sha256:8d9837fb33256e70b9c8955a32d3e60fa70a0b72849a909737cf105fcc3b5deb"}, + {file = "botocore-1.34.44.tar.gz", hash = "sha256:b0f40c54477e8e0a5c43377a927b8959a86bb8824aaef2d28db7c9c367cdefaa"}, ] [package.dependencies] @@ -1237,4 +1237,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "d847456e47d5f58109f0a9341dbe83b7855ee28a370e9eb55d5dc6d4f1dcf485" +content-hash = "b08a73d6c3dd964e897afe23df130b735c70cba48f765f51acff0c69adb439d7" diff --git a/pyproject.toml b/pyproject.toml index a1b20a21..278f8ecc 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.43" +boto3 = "^1.34.44" toml = "^0.10.2" [tool.poetry.group.dev.dependencies] @@ -40,7 +40,7 @@ psycopg-binary = "^3.1.18" mysql-connector-python = "^8.3.0" [tool.poetry.group.test.dependencies] -boto3 = "^1.34.43" +boto3 = "^1.34.44" coverage = "^7.4.1" debugpy = "^1.8.1" pydevd-pycharm = "^233.13763.5"