From 5b8650fe02a17229709fff0cf36268c29731fe1e Mon Sep 17 00:00:00 2001 From: mehmet-yoti Date: Fri, 29 Nov 2024 13:15:39 +0000 Subject: [PATCH] Updated libraries to resolve conflict --- .github/workflows/tests.yaml | 2 +- requirements.txt | 25 +++++++++++-------------- 2 files changed, 12 insertions(+), 15 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 6379644f..9506b63c 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.7] + python-version: [3.7, 3.8, 3.9, "3.10"] steps: - uses: actions/checkout@v2 diff --git a/requirements.txt b/requirements.txt index ac3a5451..89fb9e78 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with python 3.9 +# This file is autogenerated by pip-compile with python 3.10 # To update, run: # # pip-compile --output-file=requirements.txt requirements.in @@ -8,7 +8,7 @@ asn1==2.2.0 # via -r requirements.in certifi==2018.11.29 # via requests -cffi==1.14.3 +cffi==1.15.0 # via # -r requirements.in # cryptography @@ -18,43 +18,40 @@ cryptography==2.8 # via # -r requirements.in # pyopenssl -deprecated==1.2.10 +deprecated==1.2.13 # via -r requirements.in future==0.18.2 # via -r requirements.in idna==2.7 # via requests -iso8601==0.1.13 +iso8601==1.0.2 # via -r requirements.in -itsdangerous==1.1.0 +itsdangerous==2.0.1 # via -r requirements.in pbr==1.10.0 # via -r requirements.in -protobuf==4.21.12 +protobuf==3.19.4 # via -r requirements.in pycparser==2.18 # via cffi pyopenssl==19.1.0 # via -r requirements.in -pytz==2022.1 +pytz==2021.3 # via -r requirements.in pyyaml==5.2 # via -r requirements.in requests==2.21.0 # via -r requirements.in -six==1.10.0 +six==1.16.0 # via + # -r requirements.in # cryptography - # protobuf # pyopenssl urllib3==1.24.3 # via # -r requirements.in # requests -wheel==0.33.6 +wheel==0.37.1 # via -r requirements.in wrapt==1.11.2 - # via deprecated - -# The following packages are considered to be unsafe in a requirements file: -# setuptools + # via deprecated \ No newline at end of file