From 692df324c3c3f5e35701e0182f782e518f1cc978 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 07:03:01 +0000 Subject: [PATCH 1/3] Bump plotly from 5.19.0 to 5.20.0 Bumps [plotly](https://github.com/plotly/plotly.py) from 5.19.0 to 5.20.0. - [Release notes](https://github.com/plotly/plotly.py/releases) - [Changelog](https://github.com/plotly/plotly.py/blob/master/CHANGELOG.md) - [Commits](https://github.com/plotly/plotly.py/compare/v5.19.0...v5.20.0) --- updated-dependencies: - dependency-name: plotly dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fee1fc2..cebd8e8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ requests==2.31.0 xmltodict==0.13.0 testrail-api>=1.12.1 -plotly==5.19.0 +plotly==5.20.0 psutil==5.9.8 atlassian-python-api==3.41.11 kaleido==0.2.1 From 3160c2222f852daaebc02bf76a69641d56cd8aee Mon Sep 17 00:00:00 2001 From: wwakabobik Date: Mon, 1 Apr 2024 15:08:47 +0200 Subject: [PATCH 2/3] Relax requirements.txt --- .github/workflows/linters.yml | 2 +- requirements.txt | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index bd87869..aed19a1 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] steps: - name: Checkout uses: actions/checkout@v4 diff --git a/requirements.txt b/requirements.txt index cebd8e8..2904a6f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,12 @@ -requests==2.31.0 -xmltodict==0.13.0 -testrail-api>=1.12.1 -plotly==5.20.0 -psutil==5.9.8 +requests +xmltodict +testrail-api +plotly +psutil atlassian-python-api==3.41.11 -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.120.0 -oauth2client==4.1.3 +kaleido +httplib2 +google-auth-httplib2 +google-auth-oauthlib +google-api-python-client +oauth2client From 79bb701158be31059dae3010052ae2574d65a9b3 Mon Sep 17 00:00:00 2001 From: wwakabobik Date: Mon, 1 Apr 2024 15:11:07 +0200 Subject: [PATCH 3/3] Relax requirements.txt --- .github/workflows/linters.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index aed19a1..bd87869 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] steps: - name: Checkout uses: actions/checkout@v4