diff --git a/.ci/test.py b/.ci/test.py index 2dbd74f..69db2f3 100644 --- a/.ci/test.py +++ b/.ci/test.py @@ -174,9 +174,8 @@ def install_pyln_testing(pip_path): pip_path, 'install', '-U', *pip_opts, cln_path + "/contrib/pyln-client", cln_path + "/contrib/pyln-testing", - "Flask==1.1.0", - "MarkupSafe==2.0.1", - 'itsdangerous==1.1.0' + "MarkupSafe>=2.0", + 'itsdangerous>=2.0' ], stderr=subprocess.STDOUT, )