From 141af47b0553610fb61896c404b508105eb90a95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 10:33:10 +0000 Subject: [PATCH] chore(deps-dev): Bump no-defaults from 2.1.0 to 2.3.0 Bumps [no-defaults](https://github.com/adamtheturtle/no-defaults) from 2.1.0 to 2.3.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.1.0...v2.3.0) --- updated-dependencies: - dependency-name: no-defaults dependency-version: 2.3.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 e161d2ae5..3cd049025 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ optional-dependencies.dev = [ "interrogate==1.7.0", "mypy[faster-cache]==2.3.1", "mypy-strict-kwargs==2026.8.25.1", - "no-defaults==2.1.0", + "no-defaults==2.3.0", "prek==0.5.0", "pydocstringformatter==1.0.0", "pydocstyle==6.3",