diff options
author | David Robertson <davidr@element.io> | 2023-05-12 11:21:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-12 11:21:11 +0100 |
commit | c96a1d2a27e3fe84b2648d375317cba38bc4654b (patch) | |
tree | c2b036cfc463e4df15be733451fcebcc12f84196 /changelog.d | |
parent | Add pkg-config package to Stage 0 (#15567) (diff) | |
download | synapse-c96a1d2a27e3fe84b2648d375317cba38bc4654b.tar.xz |
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
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/15566.bugfix | 2 | ||||
-rw-r--r-- | changelog.d/15571.bugfix | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/15566.bugfix b/changelog.d/15566.bugfix index 07fac520f6..130342590c 100644 --- a/changelog.d/15566.bugfix +++ b/changelog.d/15566.bugfix @@ -1 +1 @@ -Require at least poetry-core v1.2.0. +Require at least poetry-core v1.1.0. 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. |