From 466328334af149b5eca9103c7fcdba703c0dadf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Nov 2021 15:10:01 +0000 Subject: [PATCH] Update agate requirement from <1.6.2,>=1.6 to >=1.6,<1.6.4 in /core Updates the requirements on [agate](https://github.com/wireservice/agate) to permit the latest version. - [Release notes](https://github.com/wireservice/agate/releases) - [Changelog](https://github.com/wireservice/agate/blob/master/CHANGELOG.rst) - [Commits](https://github.com/wireservice/agate/compare/1.6.0...1.6.3) --- updated-dependencies: - dependency-name: agate dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- core/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/setup.py b/core/setup.py index 12e0081b559..2134f7f2dad 100644 --- a/core/setup.py +++ b/core/setup.py @@ -50,7 +50,7 @@ def read(fname): ], install_requires=[ 'Jinja2==2.11.3', - 'agate>=1.6,<1.6.2', + 'agate>=1.6,<1.6.4', 'click>=8,<9', 'colorama>=0.3.9,<0.4.5', 'dataclasses>=0.6,<0.9;python_version<"3.7"',