diff --git a/.changes/unreleased/Dependencies-20220506-160907.yaml b/.changes/unreleased/Dependencies-20220506-160907.yaml new file mode 100644 index 00000000000..144ccba636d --- /dev/null +++ b/.changes/unreleased/Dependencies-20220506-160907.yaml @@ -0,0 +1,7 @@ +kind: Dependencies +body: "Bumping hologram version" +time: 2022-05-06T16:09:07.000000-05:00 +custom: + Author: leahwicz + Issue: "5219" + PR: "5218" diff --git a/core/setup.py b/core/setup.py index fbba7b09770..4bb600b26f8 100644 --- a/core/setup.py +++ b/core/setup.py @@ -56,7 +56,7 @@ "agate>=1.6,<1.6.4", "click>=7.0,<9", "colorama>=0.3.9,<0.4.5", - "hologram==0.0.14", + "hologram>=0.0.14,<=0.0.15", "isodate>=0.6,<0.7", "logbook>=1.5,<1.6", "mashumaro==2.9",