From 3f06942c96b081dadd532ac3f4bcd308b25940a6 Mon Sep 17 00:00:00 2001 From: Diana Nanuti Date: Fri, 19 Jan 2024 11:32:13 +0000 Subject: [PATCH] Fix mismatching dependencies versions (#113) --- .github/workflows/generate_third_party_licenses.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/generate_third_party_licenses.yml b/.github/workflows/generate_third_party_licenses.yml index c8284a40..f592fe5d 100644 --- a/.github/workflows/generate_third_party_licenses.yml +++ b/.github/workflows/generate_third_party_licenses.yml @@ -16,6 +16,8 @@ jobs: run: | python -m pip install --upgrade pip python -m pip install pipreqs safety + # Added to fix AttributeError: module 'lib' has no attribute 'X509_V_FLAG_CB_ISSUER_CHECK' + python -m pip install -U urllib3 requests - name: Generate requirements run: |