From 189a5a990d68ea6ba46eb4c28d307f38a598d341 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 09:23:05 +0000 Subject: [PATCH] Update agate requirement from <1.10,>=1.7.0 to >=1.7.0,<1.12 Updates the requirements on [agate](https://github.com/wireservice/agate) to permit the latest version. - [Changelog](https://github.com/wireservice/agate/blob/master/CHANGELOG.rst) - [Commits](https://github.com/wireservice/agate/compare/1.7.0...1.11.0) --- updated-dependencies: - dependency-name: agate dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 64fc04fc..31c615c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ classifiers = [ "Programming Language :: Python :: Implementation :: PyPy", ] dependencies = [ - "agate>=1.7.0,<1.10", + "agate>=1.7.0,<1.12", "colorama>=0.3.9,<0.5", "deepdiff>=7.0,<8.0", "isodate>=0.6,<0.7",