From c65b28ed9256c125cb3377cd4997b4d99893c420 Mon Sep 17 00:00:00 2001 From: allegroai <> Date: Sat, 9 May 2020 19:47:00 +0300 Subject: [PATCH] Update venv_update URL --- trains_agent/definitions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trains_agent/definitions.py b/trains_agent/definitions.py index c36bc6d..bd5b642 100644 --- a/trains_agent/definitions.py +++ b/trains_agent/definitions.py @@ -113,7 +113,7 @@ HTTP_HEADERS = { METADATA_EXTENSION = ".json" DEFAULT_VENV_UPDATE_URL = ( - "https://raw.githubusercontent.com/Yelp/venv-update/v3.2.2/venv_update.py" + "https://raw.githubusercontent.com/Yelp/venv-update/v3.2.4/venv_update.py" ) WORKING_REPOSITORY_DIR = "task_repository" DEFAULT_VCS_CACHE = normalize_path(CONFIG_DIR, "vcs-cache")