From c96a1d2a27e3fe84b2648d375317cba38bc4654b Mon Sep 17 00:00:00 2001 From: David Robertson Date: Fri, 12 May 2023 11:21:11 +0100 Subject: Relax poetry-core lower bound to 1.1.0 (#15571) See https://github.com/matrix-org/synapse/pull/15566#issuecomment-1543844104 Also check you can `pip install` in the old-deps CI job --- changelog.d/15571.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/15571.bugfix (limited to 'changelog.d/15571.bugfix') diff --git a/changelog.d/15571.bugfix b/changelog.d/15571.bugfix new file mode 100644 index 0000000000..130342590c --- /dev/null +++ b/changelog.d/15571.bugfix @@ -0,0 +1 @@ +Require at least poetry-core v1.1.0. -- cgit 1.5.1