From aabd375b2c74278fd9dc9fc5c8bf8da30cc21177 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 14:47:40 +0300 Subject: [PATCH] build(deps): update dirty-equals requirement from <0.8,>=0.7.0 to >=0.7.0,<0.9 (#122) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.test.txt b/requirements.test.txt index c77973a..fa49a06 100644 --- a/requirements.test.txt +++ b/requirements.test.txt @@ -2,4 +2,4 @@ coverage[toml] >=7.2.0,<8.0.0 pytest >=8.0.0,<9 -dirty-equals >=0.7.0,<0.8 \ No newline at end of file +dirty-equals >=0.7.0,<0.9 \ No newline at end of file