From 7e1be3ef94b283738c73f380ae3bf7241518cc01 Mon Sep 17 00:00:00 2001 From: John Westcott IV Date: Fri, 18 Nov 2022 10:13:47 -0500 Subject: [PATCH] Fixing versions in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1a44457557..78cc0631ff 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ RECEPTOR_IMAGE ?= quay.io/ansible/receptor:devel SRC_ONLY_PKGS ?= cffi,pycparser,psycopg2,twilio # These should be upgraded in the AWX and Ansible venv before attempting # to install the actual requirements -VENV_BOOTSTRAP ?= pip==21.2.4 setuptools>=62.4.0 setuptools_scm[toml]==6.4.2 wheel==0.36.2 +VENV_BOOTSTRAP ?= pip==21.2.4 setuptools>=62.4.0 setuptools_scm[toml]==7.0.5 wheel==0.38.4 NAME ?= awx