From 3b2416c95252d375e80e43a8b014c7520e34b186 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 May 2022 21:23:20 +0000 Subject: [PATCH] Bump hologram from 0.0.14 to 0.0.15 in /core Bumps [hologram](https://github.com/fishtown-analytics/hologram) from 0.0.14 to 0.0.15. - [Release notes](https://github.com/fishtown-analytics/hologram/releases) - [Changelog](https://github.com/dbt-labs/hologram/blob/master/RELEASE.md) - [Commits](https://github.com/fishtown-analytics/hologram/compare/v0.0.14...v0.0.15) --- updated-dependencies: - dependency-name: hologram dependency-type: direct:production update-type: version-update:semver-patch ... 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 dd60d6ea0e9..a87ca411e85 100644 --- a/core/setup.py +++ b/core/setup.py @@ -55,7 +55,7 @@ 'agate>=1.6,<1.6.4', 'click>=8,<9', 'colorama>=0.3.9,<0.4.5', - 'hologram==0.0.14', + 'hologram==0.0.15', 'isodate>=0.6,<0.7', 'logbook>=1.5,<1.6', 'mashumaro==2.9',