From 23ebd5a113992a65087fbcb34fb114ef0867e609 Mon Sep 17 00:00:00 2001 From: Kyle McCormick Date: Wed, 5 Oct 2022 12:11:01 -0400 Subject: [PATCH] build: upgrade codejail from 3.1.3 to 3.3.0 Changes: https://github.com/openedx/codejail/compare/3.1.3...3.3.0 The only notable change here is that codejail's setup.py has been fixed so that it includes all necessary files in its distribution. This addresses an issue that happened last time we tried to update codejail's pin in edx-platform to be a wheel instead of editable (development) mode: the proxy_main.py and memory_stress.py files were missing. --- requirements/edx/github.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements/edx/github.in b/requirements/edx/github.in index d4774e8ec8..9837f06ac4 100644 --- a/requirements/edx/github.in +++ b/requirements/edx/github.in @@ -65,7 +65,8 @@ # tight-loop work in progress. # # * Alphabetize dependencies by DIST-NAME. -git+https://github.com/openedx/blockstore.git@1.2.5#egg=blockstore==1.2.5 # See blockstore comment below. +git+https://github.com/openedx/blockstore.git@1.2.5#egg=blockstore==1.2.5 +git+https://github.com/openedx/codejail.git@3.3.0#egg=edx-codejail==3.3.0 git+https://github.com/openedx/codejail.git@3.1.3#egg=codejail==3.1.3 git+https://github.com/openedx/django-require.git@f4f01e4e959adc6210873ae99e7f2c3741afbf35#egg=django-require==1.0.12 git+https://github.com/openedx/django-wiki.git@1.1.1#egg=django-wiki