Commit Graph

3684 Commits

Author SHA1 Message Date
Feanil Patel
b0fcf3c4fa Merge pull request #20934 from edx/jenkins/upgrade-python-requirements-17975d0
Python Requirements Update
2019-07-02 10:51:12 -04:00
Feanil Patel
269093c80a Merge pull request #20932 from edx/feanil/pin_to_minor_instead_of_exact_patch
Don't pin Django to a patch version.
2019-07-02 09:38:29 -04:00
edX requirements bot
c348ebefea Updating Python Requirements 2019-07-02 06:47:13 -04:00
Feanil Patel
644bb41b87 Update the version of matplotlib running in sandboxes.
Changelog can be found here: https://matplotlib.org/1.5.3/users/whats_new.html

This version fixes the odd setup.py in matplotlib that tries to install
numpy as a part of matplotlib setup.py execution.

Looking at the changelog I don't see any incompatibility issues just bug
fixes and feature additions.
2019-07-01 15:20:55 -04:00
Feanil Patel
0329f7a2a2 Don't pin Django to a patch version.
Pin to the minor version so that we can get patches via the update
automation.  Since Django is pretty good at SemVer we can rely on these
to be pretty safe and it will speed up our security update process when
Django releases new security patches.
2019-07-01 15:01:21 -04:00
Feanil Patel
b9bb7a4660 Update django version. 2019-07-01 10:50:42 -04:00
edX requirements bot
d4f0bcc570 Updating Python Requirements 2019-06-30 06:49:05 -04:00
Dave St.Germain
f4d65219fb Fixed SGP setting 2019-06-27 16:43:34 -04:00
Feanil Patel
5531edd363 Prevent this from getting accidentally deleted in pip. 2019-06-26 13:34:09 -04:00
edX requirements bot
77e6112b84 Updating Python Requirements 2019-06-26 06:50:35 -04:00
Feanil Patel
de20d7414c Merge pull request #20400 from stvstnfrd/split-core/chem
Split common/lib/chem into separate repository
2019-06-25 14:45:35 -04:00
Ned Batchelder
aa13a634a6 Merge pull request #20821 from edx/nedbat/drf-yasg
Upgrade djangorestframework and install drf-yasg to get better OpenAPI support
2019-06-25 13:49:13 -04:00
Feanil Patel
72f258b7c1 Merge pull request #20855 from edx/feanil/unpin_gunicorn
Unpin gunicorn.
2019-06-25 13:44:28 -04:00
Adeel Khan
298d3554fe Fix templates for XSS code injection via translations
This would patch all templates (django/mako)
for a possible XSS code injection via
translation files by html escaping them..

LEARNER-4632
2019-06-25 14:22:42 +05:00
Ned Batchelder
e0c4205b45 make upgrade 2019-06-21 17:56:55 -04:00
Ned Batchelder
2e9cae46cb Add drf-yasg
* Install drf-yasg

* Add drf-yasg settings and urls

* Pin drf to make drf-yasg work

* Adjust config-models version to be compatible

* Remove django-rest-swagger (the old way)
2019-06-21 17:47:26 -04:00
stv
0e951950de Install openedx-chem package from Github
instead of localhost
2019-06-21 11:49:26 -07:00
Stu Young
16fcf22a7c bump code annotations (#20869) 2019-06-21 13:56:49 -04:00
edX requirements bot
a8310f34c7 Updating Python Requirements (#20860) 2019-06-20 11:29:46 -04:00
Feanil Patel
58488d8534 Unpin gunicorn. 2019-06-19 14:48:21 -04:00
edX requirements bot
e596499c3e Updating Python Requirements 2019-06-19 06:48:23 -04:00
Bessie Steinberg
bb2ba6e2a3 Bump edx-enterprise to 1.6.15 2019-06-18 15:14:05 -04:00
Brittney Exline
52d03626e2 Version bump for edx-enterprise 2019-06-17 14:28:05 -06:00
edX requirements bot
f56e2af599 Updating Python Requirements (#20834) 2019-06-17 11:48:57 -04:00
George Babey
c7484125b8 Revert "bump edx-enterprise to version 1.6.8"
This reverts commit 375ccb7bf9.
2019-06-16 17:08:35 -04:00
George Babey
fb0a4220a7 Revert "Version bump for edx-enterprise"
This reverts commit bf88bca776.
2019-06-16 15:22:09 -04:00
Brittney Exline
bf88bca776 Version bump for edx-enterprise 2019-06-14 13:57:01 -06:00
Jeremy Bowman
45e390d0ea Upgrade to edx-opaque-keys 1.0.1 (#20817) 2019-06-14 12:15:44 -04:00
Matt Tuchfarber
9052037bb4 Bump edx-enterprise version 2019-06-12 11:59:44 -04:00
Bessie Steinberg
acdcf9c9ac Merge pull request #20803 from edx/bessiesteinberg/bumb-edx-enterprise-version
bump edx-enterprise to version 1.6.8
2019-06-12 11:23:51 -04:00
Dave St.Germain
08cf545048 Merge pull request #20790 from edx/dcs/add-sgp
Added Staff Graded Points XBlock
2019-06-12 09:49:37 -04:00
Bessie Steinberg
375ccb7bf9 bump edx-enterprise to version 1.6.8 2019-06-11 16:54:25 -04:00
Ned Batchelder
39c7a2db7c Revert "Use drf-yasg for Open API documentation" 2019-06-11 16:05:00 -04:00
Ned Batchelder
756dd88691 Merge pull request #20393 from edx/nedbat/drf-yasg
Use drf-yasg for Open API documentation
2019-06-11 13:58:13 -04:00
Zia Fazal
8c5a53a1f4 Merge pull request #20792 from edx/ziafazal/WL-1927-b
Bumped edx-enterprise version
2019-06-11 19:02:55 +05:00
Zia Fazal
be9f5f5825 Bumped edx-enterprise version 2019-06-11 17:54:09 +05:00
edX requirements bot
3a460622f7 Updating Python Requirements 2019-06-11 06:51:27 -04:00
Dave St.Germain
702ac94105 Added Staff Graded Points XBlock 2019-06-10 17:03:10 -04:00
Ned Batchelder
c60da18de5 make upgrade
Because we added drf-yasg and pinned djangorestframework
2019-06-10 15:27:39 -04:00
Ned Batchelder
5985480409 Add drf-yasg
* Install drf-yasg

* Add drf-yasg settings and urls

* Pin drf to make drf-yasg work

* Adjust config-models version to be compatible

* Remove django-rest-swagger (the old way)
2019-06-10 15:27:38 -04:00
Brittney Exline
96cc889171 Unpin edx-enterprise and edx-drf-extensions 2019-06-07 14:35:38 -04:00
edX requirements bot
2c5ac0407f Updating Python Requirements (#20772) 2019-06-07 10:19:38 -04:00
Brittney Exline
28d67bc22d Pinning edx-enterprise, edx-drf-extensions, and edx-rbac to last stable versions 2019-06-06 10:53:32 -04:00
edX requirements bot
e37de5f134 Updating Python Requirements 2019-06-06 06:53:04 -04:00
Brittney Exline
819755b10b Final upgrades to avoid errors from edx-drf-extensions 2019-06-05 17:07:44 -04:00
Michael Youngstrom
c5f04c60b4 Update edx-lint to 1.3.0 (#20750) 2019-06-05 14:17:59 -04:00
edX requirements bot
8022a7e3b2 Python Requirements Update (#20747)
* Updating Python Requirements

* Don't rely on pip-compile cache

* Fix tornado dependency resolution
2019-06-05 13:02:17 -04:00
Troy Sankey
ec2b221b5e Bump edx-organizations and pin edx-opaque-keys
Bumping edx-organizations will add history to the Organization model.

DE-1510
2019-06-04 13:52:18 -04:00
Ned Batchelder
70cd9f35c5 Django 1.11.21 2019-06-03 10:42:35 -04:00
Dave St.Germain
49b5b88a30 Bumped edx-when 2019-05-30 10:48:38 -04:00