From 00cf563ee13f9269d6f64adaf557ec1d577d932e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 02:24:05 +0000 Subject: [PATCH] chore(deps-dev): bump the dev-tooling group across 1 directory with 2 updates Bumps the dev-tooling group with 2 updates in the / directory: [boto3](https://github.com/boto/boto3) and [mypy](https://github.com/python/mypy). Updates `boto3` from 1.43.67 to 1.43.74 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.43.67...1.43.74) Updates `mypy` from 2.3.0 to 2.3.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v2.3.0...v2.3.1) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.74 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-tooling - dependency-name: mypy dependency-version: 2.3.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-tooling ... Signed-off-by: dependabot[bot] --- Pipfile.lock | 13 +++++++------ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 464f9da..8f8e18d 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -49,19 +49,20 @@ }, "boto3": { "hashes": [ - "sha256:082cf9df068168cb44028a1703822374c1eb7e48fa49470d7e8a76f0c977d0bc", - "sha256:75fe983b70d39cfdc274dc51f9bb02b8a0a104bdad4fa073c1af85a35e707c91" + "sha256:9d4d0dcf81c941cfe7d927486435521e0f3bf657cb68b10dfe445cfe311f8839", + "sha256:d7f6a921efbda61ed787b403df8b64a95bc66e66299e9772fc40c235c28a5bde" ], + "index": "pypi", "markers": "python_version >= '3.10'", - "version": "==1.43.67" + "version": "==1.43.74" }, "botocore": { "hashes": [ - "sha256:48ab8e9fac26fbc2a700d57010251003e6a5f731cf74d8540fb796bc8f3fc0ef", - "sha256:6fe5cfa0c8676ba809efe505b618ec00f30d1af2d014bf316a7aa4ee86accb20" + "sha256:ddd020493235e264b3bd12606f239a3d3b2dd7cfb1d25a0691061183c290c228", + "sha256:e8238d22c1e1342025d75d2e33d154a375e7caad0fc67f77d77faa2d82668b94" ], "markers": "python_version >= '3.10'", - "version": "==1.43.67" + "version": "==1.43.78" }, "certifi": { "hashes": [ diff --git a/pyproject.toml b/pyproject.toml index 3e964be..b79d311 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ dev = [ "dbt-ci[all]", "pytest==9.1.1", "black==26.5.1", - "mypy==2.3.0", + "mypy==2.3.1", "flake8==7.3.0", "duckdb==1.5.5", "pytest-cov==7.1.0",