diff --git a/.changes/unreleased/Dependencies-20230105-000505.yaml b/.changes/unreleased/Dependencies-20230105-000505.yaml new file mode 100644 index 00000000000..a50a0bb3248 --- /dev/null +++ b/.changes/unreleased/Dependencies-20230105-000505.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Update agate requirement from <1.7.1,>=1.6 to >=1.6,<1.7.2 in /core" +time: 2023-01-05T00:05:05.00000Z +custom: + Author: dependabot[bot] + PR: 6522 diff --git a/core/setup.py b/core/setup.py index c2c04458ace..a673a3c096c 100644 --- a/core/setup.py +++ b/core/setup.py @@ -47,7 +47,7 @@ }, install_requires=[ "Jinja2==3.1.2", - "agate>=1.6,<1.7.1", + "agate>=1.6,<1.7.2", "betterproto==1.2.5", "click>=7.0,<9", "colorama>=0.3.9,<0.4.7",