diff --git a/requirements/base.in b/requirements/base.in index 567cc15..cfdfc93 100644 --- a/requirements/base.in +++ b/requirements/base.in @@ -3,5 +3,4 @@ Django XBlock -# TODO: Change this once codejail is published to pypi --e git+https://github.com/openedx/codejail.git@3.0.0#egg=codejail +edx-codejail diff --git a/requirements/base.txt b/requirements/base.txt index 20a0c86..7c6b419 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,19 +1,19 @@ # -# This file is autogenerated by pip-compile with Python 3.8 +# This file is autogenerated by pip-compile with Python 3.10 # by the following command: # # make upgrade # --e git+https://github.com/openedx/codejail.git@3.0.0#egg=codejail - # via -r requirements/base.in appdirs==1.4.4 # via fs asgiref==3.7.2 # via django -django==3.2.22 +django==3.2.23 # via # -c requirements/common_constraints.txt # -r requirements/base.in +edx-codejail==3.3.3 + # via -r requirements/base.in fs==2.4.16 # via xblock lxml==4.9.3 @@ -36,6 +36,7 @@ simplejson==3.19.2 # via xblock six==1.16.0 # via + # edx-codejail # fs # python-dateutil sqlparse==0.4.4 diff --git a/requirements/ci.txt b/requirements/ci.txt index 4a0bc87..eea92eb 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.8 +# This file is autogenerated by pip-compile with Python 3.10 # by the following command: # # make upgrade @@ -8,7 +8,7 @@ distlib==0.3.7 # via # -r requirements/tox.txt # virtualenv -filelock==3.13.0 +filelock==3.13.1 # via # -r requirements/tox.txt # tox diff --git a/requirements/pip.txt b/requirements/pip.txt index 9014f2c..c847a48 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.8 +# This file is autogenerated by pip-compile with Python 3.10 # by the following command: # # make upgrade diff --git a/requirements/pip_tools.txt b/requirements/pip_tools.txt index 449e80a..902dfd0 100644 --- a/requirements/pip_tools.txt +++ b/requirements/pip_tools.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.8 +# This file is autogenerated by pip-compile with Python 3.10 # by the following command: # # make upgrade @@ -8,8 +8,6 @@ build==1.0.3 # via pip-tools click==8.1.7 # via pip-tools -importlib-metadata==6.8.0 - # via build packaging==23.2 # via build pip-tools==7.3.0 @@ -23,8 +21,6 @@ tomli==2.0.1 # pyproject-hooks wheel==0.41.3 # via pip-tools -zipp==3.17.0 - # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: # pip diff --git a/requirements/quality.txt b/requirements/quality.txt index d1ed0e8..5a63605 100644 --- a/requirements/quality.txt +++ b/requirements/quality.txt @@ -1,11 +1,9 @@ # -# This file is autogenerated by pip-compile with Python 3.8 +# This file is autogenerated by pip-compile with Python 3.10 # by the following command: # # make upgrade # --e git+https://github.com/openedx/codejail.git@3.0.0#egg=codejail - # via -r requirements/base.txt appdirs==1.4.4 # via # -r requirements/base.txt @@ -20,10 +18,12 @@ coverage==7.3.2 # via -r requirements/test.txt dill==0.3.7 # via pylint -django==3.2.22 +django==3.2.23 # via # -c requirements/common_constraints.txt # -r requirements/base.txt +edx-codejail==3.3.3 + # via -r requirements/base.txt edx-opaque-keys==2.5.1 # via -r requirements/test.txt fs==2.4.16 @@ -81,6 +81,7 @@ simplejson==3.19.2 six==1.16.0 # via # -r requirements/base.txt + # edx-codejail # fs # python-dateutil sqlparse==0.4.4 @@ -93,7 +94,7 @@ stevedore==5.1.0 # edx-opaque-keys tomli==2.0.1 # via pylint -tomlkit==0.12.1 +tomlkit==0.12.2 # via pylint typing-extensions==4.8.0 # via @@ -102,7 +103,6 @@ typing-extensions==4.8.0 # asgiref # astroid # edx-opaque-keys - # pylint web-fragments==2.1.0 # via # -r requirements/base.txt diff --git a/requirements/test.txt b/requirements/test.txt index 5c45164..f931716 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.8 +# This file is autogenerated by pip-compile with Python 3.10 # by the following command: # # make upgrade diff --git a/requirements/tox.txt b/requirements/tox.txt index 3b45a16..92fea7d 100644 --- a/requirements/tox.txt +++ b/requirements/tox.txt @@ -1,12 +1,12 @@ # -# This file is autogenerated by pip-compile with Python 3.8 +# This file is autogenerated by pip-compile with Python 3.10 # by the following command: # # make upgrade # distlib==0.3.7 # via virtualenv -filelock==3.13.0 +filelock==3.13.1 # via # tox # virtualenv