From 13464836d459ccd99483a53b51528776616ebb27 Mon Sep 17 00:00:00 2001 From: wwakabobik Date: Tue, 16 Jan 2024 16:34:45 +0100 Subject: [PATCH 1/8] Update to 1.4.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 995716f..c394cba 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ xmltodict==0.13.0 testrail-api>=1.12.1 plotly==5.18.0 psutil==5.9.7 -atlassian-python-api==3.41.6 +atlassian-python-api<3.41.6 kaleido==0.2.1 httplib2==0.22.0 google-auth-httplib2==0.2.0 From bccef9076f704088d0cf760b4045cff2af62edf4 Mon Sep 17 00:00:00 2001 From: wwakabobik Date: Tue, 16 Jan 2024 16:35:07 +0100 Subject: [PATCH 2/8] Update to 1.4.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c394cba..bfd592a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,6 +8,6 @@ kaleido==0.2.1 httplib2==0.22.0 google-auth-httplib2==0.2.0 google-auth-oauthlib==1.2.0 -google-api-python-client==2.113.0 +google-api-python-client==2.114.0 oauth2client==4.1.3 beautifulsoup4==4.12.2 From 0bba9150c5d0f6aacf139b5002ca722e2f358e00 Mon Sep 17 00:00:00 2001 From: wwakabobik Date: Tue, 16 Jan 2024 17:22:05 +0100 Subject: [PATCH 3/8] Update to 1.4.4 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index caf883d..6038f45 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ requests==2.31.0 xmltodict==0.13.0 -testrail-api==1.13.0 +testrail-api>=1.12.1 plotly==5.18.0 psutil==5.9.7 atlassian-python-api<=3.41.5 From 18bd80d4fcce40a43d07760008fc0a4dd140571d Mon Sep 17 00:00:00 2001 From: wwakabobik Date: Tue, 16 Jan 2024 17:22:18 +0100 Subject: [PATCH 4/8] Update to 1.4.7 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6038f45..faee5f9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ requests==2.31.0 xmltodict==0.13.0 -testrail-api>=1.12.1 +testrail-api>=1.12.0 plotly==5.18.0 psutil==5.9.7 atlassian-python-api<=3.41.5 From addcef6dd96e8770f856353abdf9661dba0f4948 Mon Sep 17 00:00:00 2001 From: wwakabobik Date: Tue, 16 Jan 2024 17:22:24 +0100 Subject: [PATCH 5/8] Update to 1.4.7 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index faee5f9..82f6f8c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ requests==2.31.0 xmltodict==0.13.0 -testrail-api>=1.12.0 +testrail-api>=1.12.9 plotly==5.18.0 psutil==5.9.7 atlassian-python-api<=3.41.5 From ee02b710b064b5dae5a3c7d4c3e9e8ae74949e1a Mon Sep 17 00:00:00 2001 From: wwakabobik Date: Mon, 22 Jan 2024 14:57:15 +0100 Subject: [PATCH 6/8] Update to 1.4.9 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 98791d5..bfb01a5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,8 +2,8 @@ requests==2.31.0 xmltodict==0.13.0 testrail-api>=1.12.1 plotly==5.18.0 -psutil==5.9.7 -atlassian-python-api>=3.41.7 +psutil==5.9.8 +atlassian-python-api==3.41.9 kaleido==0.2.1 httplib2==0.22.0 google-auth-httplib2==0.2.0 From 7a7cebec1f9eb35dd46025561351f308756aa094 Mon Sep 17 00:00:00 2001 From: wwakabobik Date: Mon, 22 Jan 2024 15:01:07 +0100 Subject: [PATCH 7/8] Update to 1.4.9 --- .github/workflows/linters.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 4bde240..155afbc 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -25,8 +25,6 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install dependencies run: | - sudo apt-get update - sudo apt-get install -y libkrb5-dev python -m pip install --upgrade pip pip install -r requirements.txt pip install pylint reorder-python-imports From 13265898ad8daca0ccae42136e3cdaa20ea15888 Mon Sep 17 00:00:00 2001 From: wwakabobik Date: Tue, 30 Jan 2024 15:29:01 +0100 Subject: [PATCH 8/8] Update to 1.4.10 --- .github/workflows/linters.yml | 4 ++-- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 155afbc..bd87869 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -16,11 +16,11 @@ jobs: python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v3 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Install dependencies diff --git a/requirements.txt b/requirements.txt index bfb01a5..418c8b6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,5 +8,5 @@ kaleido==0.2.1 httplib2==0.22.0 google-auth-httplib2==0.2.0 google-auth-oauthlib==1.2.0 -google-api-python-client==2.114.0 +google-api-python-client==2.115.0 oauth2client==4.1.3