From 117db43645c30c7aa76efc0021fc28a7cad93314 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 20:53:36 +0000 Subject: [PATCH] Bump dirty-equals from 0.8.0 to 0.9.0 Bumps [dirty-equals](https://github.com/samuelcolvin/dirty-equals) from 0.8.0 to 0.9.0. - [Release notes](https://github.com/samuelcolvin/dirty-equals/releases) - [Commits](https://github.com/samuelcolvin/dirty-equals/compare/v0.8.0...v0.9.0) --- updated-dependencies: - dependency-name: dirty-equals 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 8ea8323d5..22dbfa59a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ optional-dependencies.dev = [ "check-manifest==0.50", "check-wheel-contents==0.6.1", "deptry==0.21.2", - "dirty-equals==0.8.0", + "dirty-equals==0.9.0", "doc8==1.1.1", "doccmd==2025.1.11", "docformatter==1.7.5",