This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git
commit 3ce42e9886e8cb40001ff3bb89c8b379d86f3d9e Author: Tomaz Muraus <[email protected]> AuthorDate: Fri Oct 22 10:17:11 2021 +0200 Upgrade tox to 3.24.4. --- .github/workflows/integration-tests.yml | 2 +- .github/workflows/main.yml | 8 ++++---- .github/workflows/publish_pricing_to_s3.yml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index e27609f..76ecf4b 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -70,7 +70,7 @@ jobs: - name: Install Python Dependencies run: | - pip install "tox==3.20.1" + pip install "tox==3.24.4" - name: Run tox target run: | diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6b5e08b..1966112 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -77,7 +77,7 @@ jobs: - name: Install Python Dependencies run: | - pip install "tox==3.20.1" + pip install "tox==3.24.4" - name: Run tox target run: | @@ -119,7 +119,7 @@ jobs: - name: Install Python Dependencies run: | - pip install "tox==3.20.1" + pip install "tox==3.24.4" - name: Run Checks run: | @@ -161,7 +161,7 @@ jobs: - name: Install Python Dependencies run: | - pip install "tox==3.20.1" + pip install "tox==3.24.4" - name: Run Checks run: | @@ -208,7 +208,7 @@ jobs: - name: Install Python Dependencies run: | - pip install "tox==3.20.1" + pip install "tox==3.24.4" - name: Build Docs run: | diff --git a/.github/workflows/publish_pricing_to_s3.yml b/.github/workflows/publish_pricing_to_s3.yml index b294908..1f34e8f 100644 --- a/.github/workflows/publish_pricing_to_s3.yml +++ b/.github/workflows/publish_pricing_to_s3.yml @@ -32,7 +32,7 @@ jobs: - name: Install Python Dependencies run: | - pip install "tox==3.20.1" + pip install "tox==3.24.4" - name: Generate and publish pricing data env:
