From cf0ef91b3ad409acc2fffffb9b2c7ad139e369db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jun 2021 06:07:40 +0000 Subject: [PATCH] Update agate requirement from <1.6.2,>=1.6 to >=1.6,<1.6.3 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/commits) 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 d65b4b8b488..2e85dcacb23 100644 --- a/core/setup.py +++ b/core/setup.py @@ -61,7 +61,7 @@ def read(fname): install_requires=[ 'Jinja2==2.11.3', 'PyYAML>=3.11', - 'agate>=1.6,<1.6.2', + 'agate>=1.6,<1.6.3', 'colorama>=0.3.9,<0.4.5', 'dataclasses>=0.6,<0.9;python_version<"3.7"', 'hologram==0.0.14',