From 093c6a4340ba6576f158da93016abe8ec8405b35 Mon Sep 17 00:00:00 2001 From: Hubert Kario Date: Thu, 3 Aug 2023 19:28:16 +0200 Subject: [PATCH] require new tlslite-ng --- .github/workflows/ci.yml | 4 ++-- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7715ae8c2..eb20932a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -287,9 +287,9 @@ jobs: - name: Install dependencies (2.6) if: ${{ matrix.python-version == '2.6' }} run: | - wget https://files.pythonhosted.org/packages/7c/c9/f4a2146789a4f5161d59a597963a0a2b015a95ed25911da36acf3555c8fa/tlslite-ng-0.8.0a45.tar.gz + wget https://files.pythonhosted.org/packages/2c/57/32510e7e8b01d01fe77b68d9081f252d4a43ef5ce27dbe0ea21ad9dcec35/tlslite-ng-0.8.0a46.tar.gz wget https://files.pythonhosted.org/packages/b4/4c/f8b4ed6c61dff52294f98aaf99053dd979c1b4233d953f371afb0a2977a1/ecdsa-0.18.0b2-py2.py3-none-any.whl - pip install tlslite-ng-0.8.0a45.tar.gz ecdsa-0.18.0b2-py2.py3-none-any.whl + pip install tlslite-ng-0.8.0a46.tar.gz ecdsa-0.18.0b2-py2.py3-none-any.whl - name: Install dependencies if: ${{ matrix.python-version != '2.6' }} run: pip install -r requirements.txt diff --git a/requirements.txt b/requirements.txt index c0c58871d..5aeae9ca8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -tlslite-ng==0.8.0-alpha45 +tlslite-ng==0.8.0-alpha46