From a0e71a0afbcd5d755bd757e231253e6d1b6d8f5a Mon Sep 17 00:00:00 2001 From: dumol <1620933+dumol@users.noreply.github.com> Date: Mon, 9 Oct 2023 12:35:48 +0300 Subject: [PATCH] Update pythia.conf Co-authored-by: Adi Roiban --- pythia.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pythia.conf b/pythia.conf index f829960a..2446c430 100644 --- a/pythia.conf +++ b/pythia.conf @@ -1,6 +1,6 @@ PYTHON_CONFIGURATION="default@3.11.3.f9d9434" # This is defined as a Bash array of options to be passed to commands. -BASE_REQUIREMENTS=("chevah-brink==1.0.12" "paver==1.3.4") +BASE_REQUIREMENTS=("chevah-brink==1.0.13" "paver==1.3.4") # Use our production server instead of the GitHub releases set by default. BINARY_DIST_URI="https://bin.chevah.com:20443/production" # For testing packages, make sure this one is the last uncommented instance: