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 25a9fe3192fd5361e7583cff8eedb9cc493f83fb
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Mon Dec 5 20:39:22 2022 +0100

    Upgrade tox and cryptography dev / testing dependency.
---
 .github/workflows/integration-tests.yml     |  2 +-
 .github/workflows/main.yml                  | 12 ++++++------
 .github/workflows/publish_pricing_to_s3.yml |  2 +-
 contrib/Dockerfile                          |  2 +-
 requirements-tests.txt                      |  2 +-
 5 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/.github/workflows/integration-tests.yml 
b/.github/workflows/integration-tests.yml
index 00cd77dbf..cf7248443 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==3.25.1"
+          pip install "tox==3.27.1"
 
       - name: Run tox target
         run: |
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index faffdc63b..9a77e609c 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -117,7 +117,7 @@ jobs:
 
       - name: Install Python Dependencies
         run: |
-          pip install "tox==3.25.1"
+          pip install "tox==3.27.1"
 
       - name: Run unit tests tox target
         run: |
@@ -164,7 +164,7 @@ jobs:
 
       - name: Install Python Dependencies
         run: |
-          pip install "tox==3.25.1"
+          pip install "tox==3.27.1"
 
       - name: Run Checks
         run: |
@@ -206,7 +206,7 @@ jobs:
 
       - name: Install Python Dependencies
         run: |
-          pip install "tox==3.25.1"
+          pip install "tox==3.27.1"
 
       - name: Run Checks
         run: |
@@ -275,7 +275,7 @@ jobs:
 
       - name: Install Python Dependencies
         run: |
-          pip install "tox==3.25.1"
+          pip install "tox==3.27.1"
 
       - name: Install Library Into Virtualenv
         run: |
@@ -337,7 +337,7 @@ jobs:
 
       - name: Install Python Dependencies
         run: |
-          pip install "tox==3.25.1"
+          pip install "tox==3.27.1"
 
       - name: Run Micro Benchmarks
         run: |
@@ -384,7 +384,7 @@ jobs:
 
       - name: Install Python Dependencies
         run: |
-          pip install "tox==3.25.1"
+          pip install "tox==3.27.1"
 
       - name: Build Docs
         run: |
diff --git a/.github/workflows/publish_pricing_to_s3.yml 
b/.github/workflows/publish_pricing_to_s3.yml
index 767502936..7f91f2ed4 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.25.1"
+          pip install "tox==3.27.1"
 
       - name: Generate and publish pricing data
         env:
diff --git a/contrib/Dockerfile b/contrib/Dockerfile
index 095cf63ea..924db0f4a 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.25.1"
+    python3.8 -m pip install --no-cache-dir "tox==3.27.1"
 
 COPY . /libcloud
 
diff --git a/requirements-tests.txt b/requirements-tests.txt
index 4b8979c58..a7efa98d5 100644
--- a/requirements-tests.txt
+++ b/requirements-tests.txt
@@ -5,7 +5,7 @@ requests_mock==1.10.0
 pytest==7.0.1
 pytest-xdist==2.5.0
 pytest-benchmark[histogram]==3.4.1
-cryptography==38.0.1
+cryptography==38.0.4
 
 # NOTE: Only needed by nttcis loadbalancer driver
 pyopenssl==22.1.0

Reply via email to