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 37bfe5d3e54b1ae6be835ee52cb4a58237980fb9
Author: Tomaz Muraus <[email protected]>
AuthorDate: Sun Jan 29 11:34:35 2023 +0100

    Upgrade tox.
---
 .github/workflows/integration-tests.yml     |  2 +-
 .github/workflows/main.yml                  | 12 ++++++------
 .github/workflows/publish_pricing_to_s3.yml |  2 +-
 contrib/Dockerfile                          |  2 +-
 4 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/.github/workflows/integration-tests.yml 
b/.github/workflows/integration-tests.yml
index be7903636..1183e7bd0 100644
--- a/.github/workflows/integration-tests.yml
+++ b/.github/workflows/integration-tests.yml
@@ -76,7 +76,7 @@ jobs:
 
       - name: Install Python Dependencies
         run: |
-          pip install "tox==4.1.2"
+          pip install "tox==4.4.2"
 
       - name: Run tox target
         run: |
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 9fd11d439..9d881eb64 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -114,7 +114,7 @@ jobs:
 
       - name: Install Python Dependencies
         run: |
-          pip install "tox==4.1.2"
+          pip install "tox==4.4.2"
 
       - name: Run unit tests tox target
         run: |
@@ -161,7 +161,7 @@ jobs:
 
       - name: Install Python Dependencies
         run: |
-          pip install "tox==4.1.2"
+          pip install "tox==4.4.2"
 
       - name: Run Checks
         run: |
@@ -203,7 +203,7 @@ jobs:
 
       - name: Install Python Dependencies
         run: |
-          pip install "tox==4.1.2"
+          pip install "tox==4.4.2"
 
       - name: Run Checks
         run: |
@@ -272,7 +272,7 @@ jobs:
 
       - name: Install Python Dependencies
         run: |
-          pip install "tox==4.1.2"
+          pip install "tox==4.4.2"
 
       - name: Install Library Into Virtualenv
         run: |
@@ -340,7 +340,7 @@ jobs:
 
       - name: Install Python Dependencies
         run: |
-          pip install "tox==4.1.2"
+          pip install "tox==4.4.2"
 
       - name: Run Micro Benchmarks
         run: |
@@ -387,7 +387,7 @@ jobs:
 
       - name: Install Python Dependencies
         run: |
-          pip install "tox==4.1.2"
+          pip install "tox==4.4.2"
 
       - name: Build Docs
         run: |
diff --git a/.github/workflows/publish_pricing_to_s3.yml 
b/.github/workflows/publish_pricing_to_s3.yml
index 7f91f2ed4..4ea3f9d2b 100644
--- a/.github/workflows/publish_pricing_to_s3.yml
+++ b/.github/workflows/publish_pricing_to_s3.yml
@@ -36,7 +36,7 @@ jobs:
 
       - name: Install Python Dependencies
         run: |
-          pip install "tox==3.27.1"
+          pip install "tox==4.4.2"
 
       - name: Generate and publish pricing data
         env:
diff --git a/contrib/Dockerfile b/contrib/Dockerfile
index 924db0f4a..2db5aff59 100644
--- a/contrib/Dockerfile
+++ b/contrib/Dockerfile
@@ -54,7 +54,7 @@ RUN set -e && \
 RUN python3.8 -m pip install --upgrade pip
 
 RUN set -e && \
-    python3.8 -m pip install --no-cache-dir "tox==3.27.1"
+    python3.8 -m pip install --no-cache-dir "tox==4.4.2"
 
 COPY . /libcloud
 

Reply via email to