From 844c94ebaa1708c4548ec1fd84034666f210ea1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 08:23:24 +0000 Subject: [PATCH] Update agate requirement from ~=1.7.0 to >=1.7,<1.10 in /core 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] --- core/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/setup.py b/core/setup.py index af82ce736..ea82ab5b7 100644 --- a/core/setup.py +++ b/core/setup.py @@ -49,7 +49,7 @@ # ---- # dbt-core uses these packages deeply, throughout the codebase, and there have been breaking changes in past patch releases (even though these are major-version-one). # Pin to the patch or minor version, and bump in each new minor version of dbt-core. - "agate~=1.7.0", + "agate>=1.7,<1.10", "Jinja2~=3.1.2", "mashumaro[msgpack]~=3.9", # ----