summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjessicamack <jmack@redhat.com>2023-12-11 23:11:04 +0100
committerGitHub <noreply@github.com>2023-12-11 23:11:04 +0100
commit0d825a744b67e4b82d9951263009dc8a61b5b807 (patch)
tree3313220fddb8753963a1754c4935cfda92e4d6a2 /Makefile
parentFix undefined error in settings/logging/edit form (#14715) (diff)
downloadawx-0d825a744b67e4b82d9951263009dc8a61b5b807.tar.xz
awx-0d825a744b67e4b82d9951263009dc8a61b5b807.zip
Update setuptools-scm (#14716)
* properly format requirement * upgrade setuptools_scm * Revert "properly format requirement" This reverts commit 4c8792950fbdbc623c5c373b970850bc2eb5b844. * test ansible-runner package upgrade * Revert "test ansible-runner package upgrade" This reverts commit ba4b74f2bb173441195574ff70a4bc946391661f.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1694c1994a..6d3411edc9 100644
--- a/Makefile
+++ b/Makefile
@@ -63,7 +63,7 @@ RECEPTOR_IMAGE ?= quay.io/ansible/receptor:devel
SRC_ONLY_PKGS ?= cffi,pycparser,psycopg,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==65.6.3 setuptools_scm[toml]==7.0.5 wheel==0.38.4
+VENV_BOOTSTRAP ?= pip==21.2.4 setuptools==65.6.3 setuptools_scm[toml]==8.0.4 wheel==0.38.4
NAME ?= awx