From 44abe50b426ec80150d26876444fcca1a732d02f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 10:07:13 +0000 Subject: [PATCH] Update agate requirement from ~=1.7.0 to ~=1.9.1 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.9.1) --- 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 4a54150c..c0ab8f0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ "Programming Language :: Python :: Implementation :: PyPy", ] dependencies = [ - "agate~=1.7.0", + "agate~=1.9.1", "colorama>=0.3.9,<0.5", "isodate>=0.6,<0.7", "jsonschema~=4.0",