From 17cf50b61cdc73d410fc6c6c932f752b2e496561 Mon Sep 17 00:00:00 2001 From: fuzzylogic2000 Date: Fri, 18 Mar 2022 10:45:11 +0100 Subject: [PATCH] deps: use tagged a4 --- package.json | 2 +- requirements/base.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 25b4d7c3c..fa48081de 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "repository": "https://github.com/liqd/euth_wagtail.git", "dependencies": { "@fortawesome/fontawesome-free": "5.15.4", - "adhocracy4": "github:liqd/adhocracy4#95e2d3625344431813ebb62eac6ee70b2adf4f9c", + "adhocracy4": "github:liqd/adhocracy4#opin-v2203", "bootstrap": "5.1.3", "css-loader": "6.7.1", "datepicker": "git+https://github.com/liqd/datePicker.git", diff --git a/requirements/base.txt b/requirements/base.txt index 6e4a14984..f33a2eded 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,5 +1,5 @@ # A4 -git+https://github.com/liqd/adhocracy4.git@95e2d3625344431813ebb62eac6ee70b2adf4f9c#egg=adhocracy4 +git+https://github.com/liqd/adhocracy4.git@opin-v2203#egg=adhocracy4 # Additional requirements bcrypt==3.2.0