From db338edd1e190fbaf7663056504215dbc3f08ceb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 17:49:58 +0000 Subject: [PATCH] build(deps): bump botocore from 1.34.128 to 1.34.144 Bumps [botocore](https://github.com/boto/botocore) from 1.34.128 to 1.34.144. - [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/botocore/compare/1.34.128...1.34.144) --- updated-dependencies: - dependency-name: botocore dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index fdea2488..37190e5a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -551,13 +551,13 @@ xray = ["mypy-boto3-xray (>=1.34.0,<1.35.0)"] [[package]] name = "botocore" -version = "1.34.128" +version = "1.34.144" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.8" files = [ - {file = "botocore-1.34.128-py3-none-any.whl", hash = "sha256:db67fda136c372ab3fa432580c819c89ba18d28a6152a4d2a7ea40d44082892e"}, - {file = "botocore-1.34.128.tar.gz", hash = "sha256:8d8e03f7c8c080ecafda72036eb3b482d649f8417c90b5dca33b7c2c47adb0c9"}, + {file = "botocore-1.34.144-py3-none-any.whl", hash = "sha256:a2cf26e1bf10d5917a2285e50257bc44e94a1d16574f282f3274f7a5d8d1f08b"}, + {file = "botocore-1.34.144.tar.gz", hash = "sha256:4215db28d25309d59c99507f1f77df9089e5bebbad35f6e19c7c44ec5383a3e8"}, ] [package.dependencies] @@ -3338,4 +3338,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "755569095134d5eecd35d6aeb9ac8e758ce93dcab3c28ee765e5503eec4a91f6" +content-hash = "6fddd72cdf34056fe23e8fb9a7381f6470687c98b773b37993971e34a6d62ad2" diff --git a/pyproject.toml b/pyproject.toml index 35e7bdb6..a0693b00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ redis = "^5.0.6" docker = "^7.1.0" google-cloud-compute = "^1.19.0" boto3 = "^1.34.128" -botocore = "^1.34.128" +botocore = "^1.34.144" boto3-stubs = { extras = ["ec2"], version = "^1.34.144" } githubkit = { extras = ["auth-app"], version = "^0.11.7" } rq-scheduler = "^0.13.1"