From a373932db8b817ddb6ba195614f08df6db4f34d9 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Wed, 23 Aug 2023 08:11:40 +0200 Subject: [PATCH] use more recent VENV version so it starts working again But now the older versions of packages used here stop working as Python decided to break the world again. --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 77783ffa4e..d069ab4a15 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,8 @@ .PHONY: help deps regen-apis license test-gen test clean .SUFFIXES: -VIRTUALENV_VERSION = 16.0.0 VENV_BIN = .virtualenv.marker -VENV_VERSION = 20.2.2 +VENV_VERSION = 20.24.3 VENV_DIR := .pyenv-$(shell uname) PYTHON_BIN := $(VENV_DIR)/bin/python