From b210cdb586c9a82db94caf6f1627dd739bb7a03b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 10:33:09 +0000 Subject: [PATCH] chore(deps-dev): Bump no-defaults from 1.0.1 to 2.0.0 Bumps [no-defaults](https://github.com/adamtheturtle/no-defaults) from 1.0.1 to 2.0.0. - [Release notes](https://github.com/adamtheturtle/no-defaults/releases) - [Changelog](https://github.com/adamtheturtle/no-defaults/blob/main/CHANGELOG.md) - [Commits](https://github.com/adamtheturtle/no-defaults/compare/v1.0.1...v2.0.0) --- updated-dependencies: - dependency-name: no-defaults dependency-version: 2.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 783df569..6a854f65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ optional-dependencies.dev = [ "interrogate==1.7.0", "mypy[faster-cache]==2.3.0", "mypy-strict-kwargs==2026.7.19.1", - "no-defaults==1.0.1", + "no-defaults==2.0.0", "prek==0.4.12", "pydocstringformatter==1.0.0", "pydocstyle==6.3",