summary refs log tree commit diff
path: root/.ci
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-07-15 16:18:47 +0100
committerGitHub <noreply@github.com>2022-07-15 16:18:47 +0100
commite9ce4d089bbb013f870bbc8d58ec796e8f315eb4 (patch)
treed4cf82e2784fce24dba420a4cf7b060e83367b14 /.ci
parentDon't pull out the full state when storing state (#13274) (diff)
downloadsynapse-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.sh2
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"