From 834514a951dabffa26ac8ae0c0bcd788ee5dced4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 19:51:23 +0000 Subject: [PATCH 1/3] Bump botocore from 1.36.11 to 1.36.16 Bumps [botocore](https://github.com/boto/botocore) from 1.36.11 to 1.36.16. - [Commits](https://github.com/boto/botocore/compare/1.36.11...1.36.16) --- updated-dependencies: - dependency-name: botocore dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 713d0536..1809dd2c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -164,13 +164,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.36.11" +version = "1.36.16" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.8" files = [ - {file = "botocore-1.36.11-py3-none-any.whl", hash = "sha256:82c5660027f696608d0e55feb08c146c11c7ebeba7615961c7765dcf6009a00d"}, - {file = "botocore-1.36.11.tar.gz", hash = "sha256:c919be883f95b9e0c3021429a365d40cd7944b8345a07af30dc8d891ceefe07a"}, + {file = "botocore-1.36.16-py3-none-any.whl", hash = "sha256:aca0348ccd730332082489b6817fdf89e1526049adcf6e9c8c11c96dd9f42c03"}, + {file = "botocore-1.36.16.tar.gz", hash = "sha256:10c6aa386ba1a9a0faef6bb5dbfc58fc2563a3c6b95352e86a583cd5f14b11f3"}, ] [package.dependencies] From 164b270c957f146d5027a7ae4420db349a348a44 Mon Sep 17 00:00:00 2001 From: d33bs Date: Sun, 16 Feb 2025 14:02:50 -0700 Subject: [PATCH 2/3] Update .pre-commit-config.yaml --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8823e50a..56df6de1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: check-added-large-files - id: check-toml - repo: https://github.com/python-poetry/poetry - rev: 2.0.1 + rev: 2.1.0 hooks: - id: poetry-check - repo: https://github.com/tox-dev/pyproject-fmt From 57fa67a1882457d4268953e7ff2007da2b02d38c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci-lite[bot]" <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Date: Sun, 16 Feb 2025 21:06:22 +0000 Subject: [PATCH 3/3] [pre-commit.ci lite] apply automatic fixes --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 56df6de1..17ac0013 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: check-added-large-files - id: check-toml - repo: https://github.com/python-poetry/poetry - rev: 2.1.0 + rev: 2.1.1 hooks: - id: poetry-check - repo: https://github.com/tox-dev/pyproject-fmt