From 8c25482505c75be0ffb42f0a84ada0bf1a8a245e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Oct 2021 00:38: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 7114dacaccd..c840f82b5c5 100644 --- a/core/setup.py +++ b/core/setup.py @@ -51,7 +51,7 @@ def read(fname): install_requires=[ 'Jinja2==2.11.3', 'PyYAML>=3.11', - 'agate>=1.6,<1.6.2', + 'agate>=1.6,<1.6.4', 'colorama>=0.3.9,<0.4.5', 'dataclasses>=0.6,<0.9;python_version<"3.7"', 'hologram==0.0.14',