From 4360c204599800ce52ee499998db92d12be2f7e3 Mon Sep 17 00:00:00 2001 From: Ben Hoyt Date: Wed, 10 Jan 2024 12:03:27 +1300 Subject: [PATCH] fix: revert macaroonbakery exception now that underlying issue is fixed (#1104) --- requirements-dev.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 0f79aa4d1..8406f2cd8 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -11,6 +11,4 @@ pytest-operator~=0.23 coverage[toml]~=7.0 typing_extensions~=4.2 -macaroonbakery != 1.3.3 # TODO: remove once this is fixed: https://github.com/go-macaroon-bakery/py-macaroon-bakery/issues/94 - -r requirements.txt