From 369168d1faabc704a4052a1de37cec622765b89f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 10:38:08 +0000 Subject: [PATCH] chore(deps-dev): Bump no-defaults from 2.3.0 to 2026.9.1 Bumps [no-defaults](https://github.com/adamtheturtle/no-defaults) from 2.3.0 to 2026.9.1. - [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.3.0...2026.9.1) --- updated-dependencies: - dependency-name: no-defaults dependency-version: 2026.9.1 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 70839d4d0..f9d6f5e9c 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.3.0", + "no-defaults==2026.9.1", "prek==0.5.1", "pydocstringformatter==1.0.0", "pydocstyle==6.3",