From ee1d74f5f5fdf38d1a1556405d2bb02d07c0e2be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 22:50:13 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20dirty-equals=20from=200.6.0?= =?UTF-8?q?=20to=200.8.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [dirty-equals](https://github.com/samuelcolvin/dirty-equals) from 0.6.0 to 0.8.0. - [Release notes](https://github.com/samuelcolvin/dirty-equals/releases) - [Commits](https://github.com/samuelcolvin/dirty-equals/compare/v0.6.0...v0.8.0) --- updated-dependencies: - dependency-name: dirty-equals dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-tests.txt b/requirements-tests.txt index 847ce90..300357f 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -8,7 +8,7 @@ ruff ==0.6.2 fastapi >=0.103.2 httpx ==0.24.1 # TODO: upgrade when deprecating Python 3.7 -dirty-equals ==0.6.0 +dirty-equals ==0.8.0 jinja2 ==3.1.4 # Pin typing-extensions until Python 3.8 is deprecated or the issue with dirty-equals # is fixed, maybe fixed after dropping Python 3.7 and upgrading dirty-equals