From 0a333ec04055400e0fb78fc185809b3a34c5f33b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 18:40:07 +0000 Subject: [PATCH] chore(deps-dev): bump the dev-tooling group across 1 directory with 3 updates Bumps the dev-tooling group with 3 updates in the / directory: [duckdb](https://github.com/duckdb/duckdb-python), [flake8](https://github.com/pycqa/flake8) and [pytest-mock](https://github.com/pytest-dev/pytest-mock). Updates `duckdb` from 1.2.0 to 1.5.5 - [Release notes](https://github.com/duckdb/duckdb-python/releases) - [Commits](https://github.com/duckdb/duckdb-python/commits/v1.5.5) Updates `flake8` from 7.1.2 to 7.3.0 - [Commits](https://github.com/pycqa/flake8/compare/7.1.2...7.3.0) Updates `pytest-mock` from 3.14.0 to 3.15.1 - [Release notes](https://github.com/pytest-dev/pytest-mock/releases) - [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-mock/compare/v3.14.0...v3.15.1) --- updated-dependencies: - dependency-name: duckdb dependency-version: 1.5.5 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-tooling - dependency-name: flake8 dependency-version: 7.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-tooling - dependency-name: pytest-mock dependency-version: 3.15.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-tooling ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 44ef275..cbd959c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,10 +51,10 @@ dev = [ "pytest==9.1.1", "black==26.5.1", "mypy==2.3.0", - "flake8==7.1.2", - "duckdb==1.2.0", + "flake8==7.3.0", + "duckdb==1.5.5", "pytest-cov==7.1.0", - "pytest-mock==3.14.0", + "pytest-mock==3.15.1", ] [project.scripts]