From 564d459dbc946b87b3aeefc149b56a5dbeb3ae42 Mon Sep 17 00:00:00 2001 From: Ameya Shenoy Date: Fri, 16 Nov 2018 06:11:02 +0530 Subject: [PATCH 1/2] fix(requirements): lockdown python requirements (#6481) --- requirements.txt | 88 ++++++++++++++++++++++++------------------------ 1 file changed, 44 insertions(+), 44 deletions(-) diff --git a/requirements.txt b/requirements.txt index f5b80fb1a1..91e57e2f19 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,53 +1,53 @@ -boto3 -chardet -cssmin +boto3==1.9.45 +chardet==3.0.4 +cssmin==0.2.0 dropbox==7.3.1 -gunicorn -httplib2 -jinja2 -markdown2 -markupsafe -PyMySQL -python-geoip -python-geoip-geolite2 -python-dateutil -pytz -six -termcolor -werkzeug -semantic_version +gunicorn==19.9.0 +httplib2==0.12.0 +jinja2==2.10 +markdown2==2.3.6 +markupsafe==1.1.0 +PyMySQL==0.9.2 +python-geoip==1.2 +python-geoip-geolite2==2015.303 +python-dateutil==2.7.5 +pytz==2018.7 +six==1.11.0 +termcolor==1.1.0 +werkzeug==0.14.1 +semantic_version==2.6.0 rauth>=0.6.2 -requests +requests==2.20.1 redis==2.10.6 -selenium -babel -ipython +selenium==3.141.0 +babel==2.6.0 +ipython==5.8.0 html2text==2016.9.19 -email_reply_parser -click +email_reply_parser==0.5.9 +click==7.0 num2words==0.5.5 watchdog==0.8.0 bleach==2.1.4 -bleach-whitelist -Pillow -beautifulsoup4 -rq -schedule -cryptography -pyopenssl -ndg-httpsclient -pyasn1 -zxcvbn-python -unittest-xml-reporting -oauthlib -PyJWT -PyPDF2 -openpyxl -pyotp -pyqrcode -pypng -premailer -croniter -googlemaps +bleach-whitelist==0.0.9 +Pillow==5.3.0 +beautifulsoup4==4.6.3 +rq==0.12.0 +schedule==0.5.0 +cryptography==2.4.1 +pyopenssl==18.0.0 +ndg-httpsclient==0.5.1 +pyasn1==0.4.4 +zxcvbn-python==4.4.24 +unittest-xml-reporting==2.2.0 +oauthlib==2.1.0 +PyJWT==1.6.4 +PyPDF2==1.26.0 +openpyxl==2.5.10 +pyotp==2.2.7 +pyqrcode==1.2.1 +pypng==0.0.18 +premailer==3.2.0 +croniter==0.3.26 +googlemaps==3.0.2 urllib3==1.23 GitPython==2.1.11 From 74c8015b00d1ee5aa626e146967b1371caf2098f Mon Sep 17 00:00:00 2001 From: Frappe Bot Date: Fri, 16 Nov 2018 08:22:03 +0000 Subject: [PATCH 2/2] bumped to version 10.1.63 --- frappe/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/__init__.py b/frappe/__init__.py index ace5746720..df81841011 100644 --- a/frappe/__init__.py +++ b/frappe/__init__.py @@ -14,7 +14,7 @@ import os, sys, importlib, inspect, json from .exceptions import * from .utils.jinja import get_jenv, get_template, render_template, get_email_from_template -__version__ = '10.1.62' +__version__ = '10.1.63' __title__ = "Frappe Framework" local = Local()