From bcdbcdd0b134d5d687a2422b02cd3a209af2f498 Mon Sep 17 00:00:00 2001 From: Chad Smith Date: Tue, 17 Oct 2023 23:54:05 -0700 Subject: [PATCH] update pex version --- noxfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noxfile.py b/noxfile.py index 7a13059e..e9775506 100644 --- a/noxfile.py +++ b/noxfile.py @@ -196,7 +196,7 @@ def build_executable_windows(session): def build_pex(session): """Builds a pex of gdbgui""" # NOTE: frontend must be built before running this - session.install("pex==2.1.93") + session.install("pex") pex_path = Path("build/executable/gdbgui.pex") session.run( "pex",