diff options
author | David Robertson <davidr@element.io> | 2022-10-18 16:44:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-18 16:44:43 +0100 |
commit | 844ce47b9bf62b4bb84df138c5d1b0be4ea08420 (patch) | |
tree | 80672d693d938ff1afef3b8aadbd649849974268 /changelog.d | |
parent | Fixes to release-artifacts warnings (#14224) (diff) | |
download | synapse-844ce47b9bf62b4bb84df138c5d1b0be4ea08420.tar.xz |
Don't pin dev-deps in pyproject; use lower bounds (#14227)
* Don't pin dev-deps in pyproject; use lower bounds This makes it slightly less tedious to update these things via successive dependabot updates, by reducing the likelihood of a merge conflict. * Changelog * Changelog
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14227.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14227.misc b/changelog.d/14227.misc new file mode 100644 index 0000000000..103c71b390 --- /dev/null +++ b/changelog.d/14227.misc @@ -0,0 +1 @@ +Specify dev-dependencies using lower bounds, to reduce the likelihood of a dependabot merge conflict. The lockfile continues to pin to specific versions. |