From 5f46601911599d297187cf3be4ae2f90556f3b35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 05:17:29 +0000 Subject: [PATCH] Bump dirty-equals from 0.9.0 to 0.10.0 Bumps [dirty-equals](https://github.com/samuelcolvin/dirty-equals) from 0.9.0 to 0.10.0. - [Release notes](https://github.com/samuelcolvin/dirty-equals/releases) - [Commits](https://github.com/samuelcolvin/dirty-equals/compare/v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: dirty-equals dependency-version: 0.10.0 dependency-type: direct:production 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 ff029357..cac02ccb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ optional-dependencies.dev = [ "check-manifest==0.50", "check-wheel-contents==0.6.3", "deptry==0.23.1", - "dirty-equals==0.9.0", + "dirty-equals==0.10.0", "doc8==1.1.1", "doccmd==2025.9.19", "docformatter==1.7.7",