From 47ddc2610545bf3eae590f04f54059c31ad24c0d Mon Sep 17 00:00:00 2001 From: Vallari Agrawal Date: Wed, 8 May 2024 20:11:25 +0530 Subject: [PATCH] update ansible version Fixes: """ Unknown error when attempting to call Galaxy at 'https://galaxy.ansible.com/api/': 'CustomHTTPSConnection' object has no attribute 'cert_file'. 'CustomHTTPSConnection' object has no attribute 'cert_file' """ Signed-off-by: Vallari Agrawal (cherry picked from commit 336cae779a9fec74f388460b7cfb9d7fdd7bc864) --- docs/docker-compose/teuthology/Dockerfile | 1 + requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/docker-compose/teuthology/Dockerfile b/docs/docker-compose/teuthology/Dockerfile index 60cb3f687..d4b853027 100644 --- a/docs/docker-compose/teuthology/Dockerfile +++ b/docs/docker-compose/teuthology/Dockerfile @@ -11,6 +11,7 @@ RUN apt-get update && \ python3-pip \ python3-venv \ vim \ + locales-all \ libev-dev \ libvirt-dev \ libffi-dev \ diff --git a/requirements.txt b/requirements.txt index 95eb3a994..9c9c7306b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile --extra=test pyproject.toml # -ansible-core==2.13.13 +ansible-core==2.16.6 # via teuthology (pyproject.toml) apache-libcloud==3.8.0 # via teuthology (pyproject.toml)