diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index fe15ad4f06..aeb0b700cc 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -25,7 +25,7 @@ jobs: matrix: arch: [x64, x86] python: ["3.9"] - libtorrent: [2.0.6, 1.2.15] + libtorrent: [2.0.7, 1.2.19] steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it diff --git a/requirements-tests.txt b/requirements-tests.txt index 2fd8852193..7796f36e7a 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -1,3 +1,4 @@ +libtorrent==2.0.7 pytest pytest-twisted pytest-cov diff --git a/requirements.txt b/requirements.txt index 010805ce79..7df660fcf4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -libtorrent==2.0.7 +libtorrent twisted[tls]>=17.1 rencode pyopenssl