diff options
author | David Robertson <davidr@element.io> | 2022-07-15 16:18:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-15 16:18:47 +0100 |
commit | e9ce4d089bbb013f870bbc8d58ec796e8f315eb4 (patch) | |
tree | d4cf82e2784fce24dba420a4cf7b060e83367b14 /.ci | |
parent | Don't pull out the full state when storing state (#13274) (diff) | |
download | synapse-e9ce4d089bbb013f870bbc8d58ec796e8f315eb4.tar.xz |
Use and recommend poetry 1.1.14, up from 1.1.12 (#13285)
Diffstat (limited to '.ci')
-rwxr-xr-x | .ci/scripts/test_old_deps.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/scripts/test_old_deps.sh b/.ci/scripts/test_old_deps.sh index 7d0625fa86..478c8d639a 100755 --- a/.ci/scripts/test_old_deps.sh +++ b/.ci/scripts/test_old_deps.sh @@ -69,7 +69,7 @@ with open('pyproject.toml', 'w') as f: " python3 -c "$REMOVE_DEV_DEPENDENCIES" -pipx install poetry==1.1.12 +pipx install poetry==1.1.14 ~/.local/bin/poetry lock echo "::group::Patched pyproject.toml" |