From fb8ee7d3c9ced457f8b24f8103c496203a9dcc24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 14:52:47 -0400 Subject: [PATCH] chore(deps): update enzyme requirement from ^0.4.1 to >=0.4.1,<0.6.0 (#8773) Updates the requirements on [enzyme](https://github.com/Diaoul/enzyme) to permit the latest version. - [Release notes](https://github.com/Diaoul/enzyme/releases) - [Commits](https://github.com/Diaoul/enzyme/compare/0.4.1...0.5.0) --- updated-dependencies: - dependency-name: enzyme dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: miigotu --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d5c042d4ea..4b05c10dd8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -273,7 +273,7 @@ tornado = "^6.3.2" tvdbsimple = "^1.0.6" Unidecode = "^1.2.0" validators = ">=0.30.0,<0.33.0" -enzyme = "^0.4.1" +enzyme = ">=0.4.1,<0.6.0" python3-fanart = "^2.0.0" gntp = "^1.0.3" "tus.py" = "^1.3.4"