From 3ef74b068f8224f39b084f12c28801a1a70984dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 05:58:18 +0000 Subject: [PATCH] Bump dirty-equals from 0.6 to 0.7.1.post0 Bumps [dirty-equals](https://github.com/samuelcolvin/dirty-equals) from 0.6 to 0.7.1.post0. - [Release notes](https://github.com/samuelcolvin/dirty-equals/releases) - [Commits](https://github.com/samuelcolvin/dirty-equals/compare/v0.6.0...v0.7.1-post0) --- 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 56325be13..8c7299f28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -290,7 +290,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "check-manifest==0.49", - "dirty-equals==0.6", # We pin to an old doc8 to avoid version conflicts with sphinx_toolbox. When we bump this, we can remove doc8.ini. + "dirty-equals==0.7.1.post0", # We pin to an old doc8 to avoid version conflicts with sphinx_toolbox. When we bump this, we can remove doc8.ini. "doc8==0.11.2", "docker==6.1.3", "dodgy==0.2.1",