Update venv_update URL

This commit is contained in:
allegroai 2020-05-09 19:47:00 +03:00
parent fce8eb6782
commit c65b28ed92

View File

@ -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")