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.
This commit is contained in:
Kyle McCormick
2022-10-05 12:11:01 -04:00
committed by Kyle McCormick
parent 545b2dc0d8
commit 23ebd5a113

View File

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