From e7b8b097d061f3d37a37097e503ac576d6cd6ad6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 10:33:07 +0000 Subject: [PATCH] chore(deps-dev): Bump no-defaults from 2.0.0 to 2.1.0 Bumps [no-defaults](https://github.com/adamtheturtle/no-defaults) from 2.0.0 to 2.1.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/v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: no-defaults dependency-version: 2.1.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b9066196..cd044416 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==2.0.0", + "no-defaults==2.1.0", "prek==0.4.12", "pydocstringformatter==1.0.0", "pydocstyle==6.3",